dapr / dapr/dapr

Expose advanced workflow management APIs (list, history, rewind) in all Dapr SDKs

Open
#9,729 3 comments 2 reactions 1 assignee View on GitHub

@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 pagination
  • GetInstanceHistory — 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.