dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

Update/trigger/etc activities via client #77

Open dhiaayachi opened 2 weeks ago

dhiaayachi commented 2 weeks ago

Describe the solution you'd like

Support updating activity options and/or triggering a backing-off activity from a client. This is a concept Temporal is actively considering and still designing, so details are not present yet. This is merely an issue for public issue visibility.

dhiaayachi commented 1 day ago

Thanks for your request!

This is a feature that is currently in the design phase. You can use the temporal activity fail command to fail an activity execution.

temporal fail --workflow-id=meaningful-business-id --activity-id=MyActivity