Skip to content

Commit 728da0c

Browse files
committed
Include schedule event id for cancellation of subworkflow cmds
1 parent 24c2a1c commit 728da0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/command/cancel_subworkflow.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ func (c *CancelSubWorkflowCommand) Commit(clock clock.Clock) *CommandResult {
4040
&history.SubWorkflowCancellationRequestedAttributes{
4141
SubWorkflowInstance: c.SubWorkflowInstance,
4242
},
43+
history.ScheduleEventID(c.id),
4344
),
4445
},
4546

0 commit comments

Comments
 (0)