Commit aa836db
Add links and callbacks support for standalone activity (#759)
**What changed?**
- Added completion_callbacks and links fields to
StartActivityExecutionRequest.
- Added link field to StartActivityExecutionResponse.
- Added callbacks field to DescribeActivityExecutionResponse.
- Added links field to ActivityExecutionInfo.
- Added new Link.Activity variant to the Link message type.
- Added new CallbackInfo base message
- Updated OpenAPI v2/v3 specs to reflect the above changes.
**Why?**
To support links and callbacks for standalone activity executions (SAA),
bringing feature parity with workflow-based activity scheduling.
---------
Co-authored-by: Quinn Klassen <klassenq@gmail.com>
Co-authored-by: Spencer Judge <spencer@temporal.io>1 parent ae35f2d commit aa836db
11 files changed
Lines changed: 875 additions & 167 deletions
File tree
- activity/v1
- callback/v1
- common/v1
- history/v1
- proto
- proxy
- temporalproto/openapi
- workflowservice/v1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments