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

branching and skipping steps #525

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/build/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ Check out the video overview below to learn how to create a Workflow.

<iframe width="784" height="441" src="https://www.youtube.com/embed/HmE_wp_g1RY?si=Pud7DPS0BevAjStp" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

### Merging branches and Skipping Steps

The workflow builder allows branch merging and skipping steps. To merge two or more steps into one step or to skip some steps:

1. Hover on the step you want to merge or initiate a skip
2. You will see a link 🔗 icon beside the new step icon.
3. Click on the link icon and drag to create a path
4. Drop the new path on the desired step in your workflow

![Merging](/img/workflow_builder_merging.gif)

:::note
Looping workflows are not supported so you have to connect paths to downstream steps.
When using branching and skipping paths, you can use edge conditions like with any other step.
:::

## Run Workflows

To run a Workflow, you can either activate the Trigger (e.g., send a request to
Expand Down
Binary file added static/img/workflow_builder_merging.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.