You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ This will execute the `my_pipeline` pipeline with the initial input "hello world
238
238
* **Variable Substitution:** Pipeline steps can use variables defined in the state using `${variable_name}` syntax.
239
239
* **Retry Mechanism:** Steps can be configured with a retry mechanism to handle transient errors.
240
240
* **State Persistence:** Pipeline state is automatically saved and loaded, allowing for seamless resumption.
241
-
* **Parallel Execution:** The `Parallel` step allows for concurrent execution of steps.
241
+
* **Parallel Execution:** The `Parallel` step allows for concurrent execution of steps. Nested `Parallel` blocks are also run concurrently and their results aggregated when all tasks finish.
242
242
* **Timeout Mechanism:** The `Timeout` step allows for setting a time limit for a specific step.
0 commit comments