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 ee82f43 commit 8c9c35fCopy full SHA for 8c9c35f
core/src/worker/workflow/machines/child_workflow_state_machine.rs
@@ -531,7 +531,7 @@ impl TryFrom<HistEventData> for ChildWorkflowMachineEvents {
531
Self::ChildWorkflowExecutionCancelled
532
}
533
_ => {
534
- return Err(WFMachinesError::Fatal(format!(
+ return Err(WFMachinesError::Nondeterminism(format!(
535
"Child workflow machine does not handle this event: {e:?}"
536
)))
537
0 commit comments