Skip to content

Commit aa836db

Browse files
fretz12Quinn-With-Two-NsSushisource
committed
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/message.go-helpers.pb.go

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

activity/v1/message.pb.go

Lines changed: 254 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

callback/v1/message.go-helpers.pb.go

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

callback/v1/message.pb.go

Lines changed: 211 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)