File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/worker/workflow/machines Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,14 +235,14 @@ impl StartCommandCreated {
235235 if event_dat. wf_id != state. workflow_id {
236236 return TransitionResult :: Err ( WFMachinesError :: Nondeterminism ( format ! (
237237 "Child workflow id of scheduled event '{}' does not \
238- match child workflow id of activity command '{}'",
238+ match child workflow id of command '{}'",
239239 event_dat. wf_id, state. workflow_id
240240 ) ) ) ;
241241 }
242242 if event_dat. wf_type != state. workflow_type {
243243 return TransitionResult :: Err ( WFMachinesError :: Nondeterminism ( format ! (
244244 "Child workflow type of scheduled event '{}' does not \
245- match child workflow type of activity command '{}'",
245+ match child workflow type of command '{}'",
246246 event_dat. wf_type, state. workflow_type
247247 ) ) ) ;
248248 }
You can’t perform that action at this time.
0 commit comments