temporalio / temporalio/sdk-java
Support passing activityId to an activity invocation
Open
@Quinn-With-Two-Ns is already working on this.
Since Aug 25, 2026.
enhancement
- Dominant language
- Java
- Stars
- 433
- Forks
- 249
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 26
Description
Is your feature request related to a problem? Please describe.
It is not possible to specify a business level ID for an activity during its invocation. This is a problem for completing activities asynchronously by ID.
Describe the solution you'd like
Provide a way to specify the ID when invoking an activity.
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.