597365581 opened a new pull request #3728:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/3728


   process definition need to support parallel or serial choose.
   if is serial in dispatch,need to the previous process_instance execute 
complete,next process_instance can to run。
   
   流程实例中支持并发并行和串行。 如果是串行处理,需要等待上一个流程实例运行完成后,下一个流程实例才可以运行。
   如果是并行处理,则不需要。当然在串行的时候,也可以设置串行等待的队列的长度
   
![image](https://user-images.githubusercontent.com/62982788/92986302-1cbf9c00-f4ec-11ea-8d8d-a10a736887ec.png)
   
![image](https://user-images.githubusercontent.com/62982788/92986306-22b57d00-f4ec-11ea-8908-dbbcf1c58ce7.png)
   
![image](https://user-images.githubusercontent.com/62982788/92986310-2d701200-f4ec-11ea-9d06-21ff122b3636.png)
   
![image](https://user-images.githubusercontent.com/62982788/92986317-382aa700-f4ec-11ea-964b-9aaeb13aba94.png)
   


----------------------------------------------------------------
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.

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


Reply via email to