Commit e8ff2a2
committed
Add link field to propagate backlink in signal and signal-with-start responses (#761)
<!-- Describe what has changed in this PR -->
**What changed?**
Added `link` fields on `SignalWorkflowExecutionResponse` and
`SignalWithStartWorkflowExecutionRequest`. I think a singular link
should suffice but if reviewers feel otherwise (especially w.r.t.
`SignalWithStartWorkflowExecutionRequest`) let me know.
<!-- Tell your future self why have you made these changes -->
**Why?**
To propagate backlinks on signal and signal-with-start executions back
to the caller.
<!-- Are there any breaking changes on binary or code level? -->
**Breaking changes**
Not a breaking change (unused field)
<!-- If this breaks the Server, please provide the Server PR to merge
right after this PR was merged. -->
**Server PR**
temporalio/temporal#98971 parent 7b52964 commit e8ff2a2
5 files changed
Lines changed: 325 additions & 286 deletions
File tree
- history/v1
- proto
- temporalproto/openapi
- workflowservice/v1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments