Removing a Workflow.GetVersion
call can cause NDE if there are multiple parallel workflow threads running.
#2307
Labels
bug
Something isn't working
Expected Behavior
Removing a
Workflow.GetVersion
call should never cause a NDEActual Behavior
Removing a
Workflow.GetVersion
call can cause a NDE if there are multiple workflow threads running.Steps to Reproduce the Problem
This happens because
Workflow.getVersion
causes the current thread to block so when it is removed the order of execution can change.Specifications
The current workaround is to not remove the
Workflow.getVersion
callThe text was updated successfully, but these errors were encountered: