Workflows: Implement task execution ids
Open
area/workflow
- Dominant language
- JavaScript
- Stars
- 217
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the feature/proposal
Implement task execution ids. This value must be unique per activity and must not change on retries. This new id can be used for idempotency, task state or error handling.
java-sdk already introduced them [task execution ids](https://github.com/dapr/durabletask-java/commit/85e0cac3f02416ab52a25f08d0c9a3691cfc38f5) and https://github.com/dapr/java-sdk/pull/1352
## Release Note
RELEASE NOTE:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.