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 c906432 commit e9a4dcfCopy full SHA for e9a4dcf
internal/workflow/executor.go
@@ -102,9 +102,6 @@ func (e *executor) executeNewEvents(newEvents []history.Event) error {
102
if err := e.executeEvent(event); err != nil {
103
return errs.Wrap(err, "error while executing event")
104
}
105
-
106
- // Remember that we executed this event last
107
- e.lastEventID = event.ID
108
109
110
if e.workflow.Completed() {
0 commit comments