Skip to content

Commit

Permalink
suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Apr 22, 2021
1 parent c0675a5 commit 0f11385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsts/dive_deep/state_machine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Nodes can be of different types, as follows, but all the nodes traverse through
#. :std:ref:`gen/pb-protodoc/flyteidl/core/workflow.proto:flyteidl.core.tasknode`
#. :std:ref:`gen/pb-protodoc/flyteidl/core/workflow.proto:flyteidl.core.branchnode`
#. :std:ref:`gen/pb-protodoc/flyteidl/core/workflow.proto:flyteidl.core.workflownode`
#. Dynamic node - which is just a task node that does not return outputs, but futures. When a dynamic node is running the status trasitions to `DYNAMIC_RUNNING`.
#. Dynamic node - which is just a task node that does not return outputs, but a dynamic workflow. When the task runs, it stays in a `RUNNING` state. Once the task completes and Flyte starts executing the dynamic workflow, the overarching node that contains both the original task and the dynamic workflow enters `DYNAMIC_RUNNING` state.
#. End Node - only exists during the execution and is not modeled in the core spec

Every transition between states is recorded in Flyteadmin using :std:ref:`gen/pb-protodoc/flyteidl/event/event.proto:flyteidl.event.nodeexecutionevent`
Expand Down

0 comments on commit 0f11385

Please sign in to comment.