-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add actionMode
property to Parallel State and ForEach State
#753
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
In my opinion, all actions on a parallel state branch or in a foreach statement should be sequential. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What would you like to be added:
There's multi state can perform multi actions, and
Event
、Operation
state also haveactionMode
property to pecifies how actions are to be performed (in sequence or in parallel),butParallel
、ForEach
state doesn't have.Why is this needed:
Parallel
&ForEach
stateThe text was updated successfully, but these errors were encountered: