Inspectable data for one bounded loop iteration.
Summary
Types
@type t() :: %Jidoka.Workflow.Loop.Iteration{ created_work: [term()], decision: :cont | :halt | :suspend, index: non_neg_integer(), output: term(), state: term() }
Inspectable data for one bounded loop iteration.
@type t() :: %Jidoka.Workflow.Loop.Iteration{ created_work: [term()], decision: :cont | :halt | :suspend, index: non_neg_integer(), output: term(), state: term() }