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
We have seen this same panic even when the 1st child workflow has exited before the 2nd one is started.
We have some long running (~40 day) workflows that have a timer that runs daily. These have been stable for 6+ months, but last night we had a significant amount of them fail with: adding duplicate command CommandType: ChildWorkflow, ID: <snip>, state=Created, isDone()=false, history=[Created]","Namespace":"default","RunID":"10c62aba-5487-4a5f-b1c1-93badbdb5ee8","StackTrace":<snip> . This occurs when the workflow with the timer is attempting to start a child workflow.
You can see it finished the childworkflow with same id finished at 11/5/22 7:21:31. Then the duplicate command failure occurs ~24 hrs later at 11/6/22 7:20:52 (the temporal web UI screenshot is in PST whereas the logs are in UTC)
Expected Behavior
An attempt to start a child workflow with the same ID as the one already running should result in
ChildWorkflowExecutionAlreadyStartedError
.Actual Behavior
Steps to Reproduce the Problem
Modified child_worklfow sample:
Specifications
The text was updated successfully, but these errors were encountered: