Skip to content

Commit

Permalink
Update serverless-workflow-examples/serverless-workflow-subflows-even…
Browse files Browse the repository at this point in the history
…t/README.md

Co-authored-by: Gonzalo Muñoz <[email protected]>
  • Loading branch information
fjtirado and gmunozfe committed May 14, 2024
1 parent e3d6792 commit 50c9ed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# serverless-workflow-subflow-events

This example illustrate how to trigger workflows manually with additional parameters calculated by an initial workflow.
The workflow that initially setup the parameters is executed as start state.
The workflow responsible for setting up the parameters is executed as the start state.
Then, all possible workflows that might be instantiated with those parameters are registered using `event` state. `exclusive` property is set to false ensuring that the process instance remains active till all possible workflows has been executed.

## Execution steps.
Expand Down

0 comments on commit 50c9ed1

Please sign in to comment.