We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c2a1c commit 728da0cCopy full SHA for 728da0c
internal/command/cancel_subworkflow.go
@@ -40,6 +40,7 @@ func (c *CancelSubWorkflowCommand) Commit(clock clock.Clock) *CommandResult {
40
&history.SubWorkflowCancellationRequestedAttributes{
41
SubWorkflowInstance: c.SubWorkflowInstance,
42
},
43
+ history.ScheduleEventID(c.id),
44
),
45
46
0 commit comments