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

docs: Workflow of workflows pattern #3536

Merged
merged 14 commits into from
Jul 23, 2020
Prev Previous commit
Next Next commit
Update workflow-of-workflows.md
  • Loading branch information
sarabala1979 committed Jul 22, 2020
commit 0653db9634636fce3758de5f1796d88c77b47fd1
2 changes: 1 addition & 1 deletion docs/workflow-of-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> v2.9 and after

## Introduction
A workflow can trigger one or more workflow and manager their result.
The Workflow of Workflows pattern involves a parent workflow triggering one or more child workflows, managing them, and acting their results.

## Examples
You can use `workflowTemplateRef` to trigger a workflow inline.
Expand Down