You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be able to start a child workflow, then when I try to start it again, it should error
Actual Behavior
Nothing comes back erroring on the second child start attempt. This may also be related to #1220 since it may be using WorkflowExecutionAlreadyStartedFailure internally, but I don't see any error in stdout/stderr.
The text was updated successfully, but these errors were encountered:
cretz
changed the title
Test server hangs on already-started child workflow
Test server does not error on already-started child workflow
Sep 14, 2022
Expected Behavior
Should be able to start a child workflow, then when I try to start it again, it should error
Actual Behavior
Nothing comes back erroring on the second child start attempt. This may also be related to #1220 since it may be using
WorkflowExecutionAlreadyStartedFailure
internally, but I don't see any error in stdout/stderr.The text was updated successfully, but these errors were encountered: