caishunfeng commented on issue #8367:
URL: 
https://github.com/apache/dolphinscheduler/issues/8367#issuecomment-1041295237


   I found that workflowExecuteThread use same processInstance java object to 
run serial complement, which will dismatch the key and value in global 
processInstanceMap. So when check 
`processInstanceMap.contain(processInstance.id)`, it will get the error result 
you don't want, and skip doing something.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to