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 728da0c commit ed865aaCopy full SHA for ed865aa
internal/command/schedule_subworkflow.go
@@ -49,7 +49,7 @@ func (c *ScheduleSubWorkflowCommand) Commit(clock clock.Clock) *CommandResult {
49
c.commit()
50
51
return &CommandResult{
52
- // Record scheduled sub-workflow
+ // Record scheduled sub-workflow for source workflow instance
53
Events: []history.Event{
54
history.NewPendingEvent(
55
clock.Now(),
0 commit comments