Actions: cschleiden/go-workflows
Actions
Showing runs from all workflows
138 workflow runs
138 workflow runs
executeEvent
in the workflow executor does not handle events of type EventType_WorkflowExecutionContinuedAsNew
and will fail with an error.
It's unlikely that a continue-as-new workflow is replayed and a previous event executed but this needs to be fixed.
Create a PR to update this. Add EventType_WorkflowExecutionContinuedAsNew to the list of handled events and create a unit test for the executor that exercises this flow.
Try to make minimal changes and follow Go best practices.
Copilot
#1:
by
Copilot
AI