Actions: cschleiden/go-workflows
Actions
Showing runs from all workflows
347 workflow runs
347 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 coding agent
#1:
by
Copilot
AI
ProTip!
You can narrow down the results and go further in time using created:<2025-01-28 or the other filters available.