Skip to content

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. #1

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.

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. #1

The logs for this run have expired and are no longer available.