Skip to content

Commit 4485ca2

Browse files
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

4 files changed

+26
-26
lines changed

temporalproto/openapi/openapiv2.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

temporalproto/openapi/openapiv3.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

workflow/v1/message.pb.go

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

0 commit comments

Comments
 (0)