dhiaayachi / temporal

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

Update/trigger/etc activities via client #37

Open dhiaayachi opened 2 months ago

dhiaayachi commented 2 months 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 month ago

Thank you for the feature request. This is a concept Temporal is actively considering and still designing, so details are not present yet. In the meantime, you can use Temporal's Asynchronous Activity Completion to complete an Activity without the Activity Execution completing. You can find a guide on how to complete Activities asynchronously in the Go SDK, Java SDK, PHP SDK, Python SDK, and TypeScript SDK.