Skip to content

Commit 9f7573d

Browse files
authored
Remove TODO comment
1 parent 2b5159f commit 9f7573d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/workflow/executor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ func (e *executor) processCommands(ctx context.Context, t *task.Workflow) (bool,
448448
workflowEvents := make([]history.WorkflowEvent, 0)
449449

450450
for _, c := range commands {
451-
// TODO: Move to state machine?
452451
// Mark this command as committed.
453452
c.State = command.CommandState_Committed
454453

0 commit comments

Comments
 (0)