Skip to content
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

Closed
597365581 opened this issue Sep 4, 2020 · 6 comments
Labels
feature new feature

Comments

@597365581
Copy link
Contributor

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。

流程实例中支持并发并行和串行。 如果是串行处理,需要等待上一个流程实例运行完成后,下一个流程实例才可以运行。
如果是并行处理,则不需要。

@597365581 597365581 added the feature new feature label Sep 4, 2020
@597365581
Copy link
Contributor Author

I need to pull request. table t_ds_process_definition need to add field is_parallel

@597365581
Copy link
Contributor Author

I will pull request. table t_ds_process_definition need to add field is_parallel

@597365581
Copy link
Contributor Author

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。

流程实例中支持并发并行和串行。 如果是串行处理,需要等待上一个流程实例运行完成后,下一个流程实例才可以运行。
如果是并行处理,则不需要。

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。

流程实例中支持并发并行和串行。 如果是串行处理,需要等待上一个流程实例运行完成后,下一个流程实例才可以运行。
如果是并行处理,则不需要。

@597365581
Copy link
Contributor Author

image
image

@597365581
Copy link
Contributor Author

@break60 please help to confirm

@597365581
Copy link
Contributor Author

[Feature][process_definition] process definition need to support parallel or serial choose. and parallel mode support wait queue length #3728

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature
Projects
None yet
Development

No branches or pull requests

2 participants