Commit 4485ca2
committed
Move WorkflowExecutionPauseInfo inside WorkflowExecutionExtendedInfo (#666)
<!-- Describe what has changed in this PR -->
This PR moves `pause_info` into `WorkflowExecutionExtendedInfo`.
<!-- Tell your future self why have you made these changes -->
In temporalio/api#653 I accidentally put
pause_info in `WorkflowExecutionInfo`. It should have been in
`WorkflowExecutionExtendedInfo`
**Note**: This was merged yesterday (and the corresponding server
changes are not yet merged). There are no references or usage of the
`WorkflowExecutionInfo.pause_info` field. So was not necessary to
reserve the proto field.1 parent 8b9eaeb commit 4485ca2
File tree
4 files changed
+26
-26
lines changed- proto
- temporalproto/openapi
- workflow/v1
4 files changed
+26
-26
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments