Final value and inspectable history from a bounded workflow loop.
Summary
Types
@type t() :: %Jidoka.Workflow.Loop.Result{ created_work: [term()], iterations: [Jidoka.Workflow.Loop.Iteration.t()], value: term() }
Final value and inspectable history from a bounded workflow loop.
@type t() :: %Jidoka.Workflow.Loop.Result{ created_work: [term()], iterations: [Jidoka.Workflow.Loop.Iteration.t()], value: term() }