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: src/content/docs/workflows/python/dag.mdx
+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
@@ -33,4 +33,4 @@ class MyWorkflow(WorkflowEntrypoint):
33
33
34
34
Having `concurrent=True` allows the dependencies to be resolved concurrently. If one of the callables passed to `depends` has already completed, it will be skipped and its return value will be reused.
35
35
36
-
This pattern is usefull for diamond shaped workflows, where a step depends on two or more other steps that can run concurrently.
36
+
This pattern is usefull for diamond shaped workflows, where a step depends on two or more other steps that can run concurrently.
Catching specific exceptions within an `except` block may not work, as some Python errors will not be re-instantiated into the same type of error when they are passed through the RPC layer.
0 commit comments