Skip to content

Commit 7dcc711

Browse files
committed
Add workflow output behavior to overview section of docs
1 parent 8c66738 commit 7dcc711

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/overview.rst

+6
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ provider relays the status and result back to the conductor. The conductor then
4242
change, keeps track of the sequence of task execution, manages change history of the runtime
4343
context, evaluate outbound task transitions, identifies any new tasks for execution, and determines
4444
the overall workflow state and result.
45+
46+
When there is no more tasks identified to run next, the workflow is complete. On workflow
47+
completion, regardless of state, the workflow result contains the list of error(s) if any and the
48+
output as defined in the workflow defintion. If the workflow failed, the workflow conductor will do
49+
its best to render the output from the latest version of the runtime context at completion of the
50+
workflow execution.

0 commit comments

Comments
 (0)