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

Implicit fork & join #3331

Merged
merged 7 commits into from
Oct 10, 2022
Merged

Implicit fork & join #3331

merged 7 commits into from
Oct 10, 2022

Conversation

sfmskywalker
Copy link
Member

@sfmskywalker sfmskywalker commented Oct 10, 2022

This PR enhances the Flowchart activity by supporting implicit forks & joins.

By default, implicit joins always employ a "wait all" strategy.
If you need a "wait any" join mode, use the explicit "Flow Join" activity and configure its mode with "Wait Any".

The following screenshots displays what's now possible:

image

It showcases two implicit forks, one implicit join and one explicit join.
When running this workflow, the output will look like this:

Start
Line 2
Line 2a
Line 1

<after 5 seconds...>

Will happen
End

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

Successfully merging this pull request may close these issues.

None yet

1 participant