-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature][process_definition] process definition need to support parallel or serial choose. #3662
Comments
I need to pull request. table t_ds_process_definition need to add field is_parallel |
I will pull request. table t_ds_process_definition need to add field is_parallel |
|
@break60 please help to confirm |
[Feature][process_definition] process definition need to support parallel or serial choose. and parallel mode support wait queue length #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。
流程实例中支持并发并行和串行。 如果是串行处理,需要等待上一个流程实例运行完成后,下一个流程实例才可以运行。
如果是并行处理,则不需要。
The text was updated successfully, but these errors were encountered: