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 0c690a5 commit 3adb89aCopy full SHA for 3adb89a
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