Combines a state update with a routing directive. Returned from node functions to both update state and control flow. The :resume field is used to resume interrupted graphs.
:resume
@type t() :: %LangEx.Command{ goto: atom() | [atom()] | nil, resume: term(), update: map() }