Skip to content
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
26 changes: 25 additions & 1 deletion docs/build/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ more steps into one step or to skip some steps:

<iframe width="560" height="315" src="https://www.youtube.com/embed/XWq2uE6l9wI?si=ab--winNS0k3qA1R" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>


:::note Looping is not supported

Looping workflows are not supported so you have to connect paths to downstream
Expand Down Expand Up @@ -116,6 +115,31 @@ You can pick from a list of previous inputs that were used to run this step.

<img src="/img/existing.webp" width="400" />

### Named Dataclips

Dataclips (custom inputs, step results, webhook requests) can be named to make
them easier to find and use for testing.

:::info Named dataclips aren't erased

Named dataclips will not be removed alongside other project history when your
retention period is reached. They will be stored indefinitely.

:::

Assign your dataclip a name by clicking the label field.

<img src="/img/name_dataclip.webp" width="500"/>

After assigning names to your inputs you can search for them by their name on
the search bar.

<img src="/img/search_dataclip_by_name.webp" width="500" />

Filter only named inputs by clicking the tag button.

<img src="/img/show_only_named_dataclips.webp" width="500" />

## Limit Concurrency

Workflow **concurrency** is the number of runs that will be allowed for a given
Expand Down
Binary file added static/img/name_dataclip.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/search_dataclip_by_name.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/show_only_named_dataclips.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.