Expose advanced workflow management APIs (list, history, rewind) in all Dapr SDKs
Open
@javier-aliaga is already working on this.
Since Aug 27, 2026.
kind/enhancement
- Dominant language
- Go
- Stars
- 26.1k
- Forks
- 2.1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
In what area(s)?
/area runtime
/area sdk
Describe the feature
The workflow runtime already exposes these operations:
ListInstanceIDs— list workflow instances with paginationGetInstanceHistory— get full execution history for a workflow instance- Rerun API — rerun failed workflow instances from history
These should be wrapped in all Dapr SDKs so users can access them without directly using the gRPC channel.
Release Note
RELEASE NOTE: ADD workflow management APIs (list, history, rewind) to Dapr SDKs
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.