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
This is because child WF could get get closed after parent closed, and parent will not receive the children close signals.
So that after parent is closed for any reasons(terminate/timeout/fail/etc), this parent is never allowed to reset to anywhere because it has a pending childWFs in its mutableState forever as "deadlock condition"
The text was updated successfully, but these errors were encountered:
I am also encountering that a workflow, without any pending children, cannot be reset to anything else but the first WorkflowTaskCompleted due to the WorkflowResetter encountered pending child workflows. error.
temporal/service/history/ndc/workflow_resetter.go
Line 290 in 0c735e4
Mirror issue cadence-workflow/cadence#5030
This is because child WF could get get closed after parent closed, and parent will not receive the children close signals.
So that after parent is closed for any reasons(terminate/timeout/fail/etc), this parent is never allowed to reset to anywhere because it has a pending childWFs in its mutableState forever as "deadlock condition"
The text was updated successfully, but these errors were encountered: