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

Deploy workflow with parallel multi-instance sub-process #2846

Closed
saig0 opened this issue Jul 16, 2019 · 3 comments · Fixed by #2897
Closed

Deploy workflow with parallel multi-instance sub-process #2846

saig0 opened this issue Jul 16, 2019 · 3 comments · Fixed by #2897
Assignees
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior scope/broker Marks an issue or PR to appear in the broker section of the changelog

Comments

@saig0
Copy link
Member

saig0 commented Jul 16, 2019

Is your feature request related to a problem? Please describe.
I want to use parallel multi-instance on a sub-process to execute it for each element of a collection.

Describe the solution you'd like

  • when the sub-process is entered, it creates one instance of each element in the collection
  • when all instances are completed, the sub-process is left

Same as for service tasks #2845.

requires #2845

@saig0
Copy link
Member Author

saig0 commented Jul 30, 2019

Bonus: parallel multi-instance receive task 🍬

zeebe-bors bot added a commit that referenced this issue Jul 30, 2019
2897: feat(broker): parallel multi-instance sub-process and receive task r=saig0 a=saig0

## Description

* adding support for parallel multi-instance sub-process and receive task
* mainly added test cases to verify the behavior

## Related issues

closes #2846 

#

Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
@knji
Copy link

knji commented Oct 4, 2019

Guys is this feature available for preview in 0.21?

@saig0
Copy link
Member Author

saig0 commented Oct 4, 2019

Multi-Instance is supported with 0.21.0. The release will be available in the next days. If you don't want to wait then you can use the lastest 0.21.0-alpha3 release. Have fun 🎈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior scope/broker Marks an issue or PR to appear in the broker section of the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants