Serializable continuation data for a suspended bounded loop.
Summary
Types
@type t() :: %Jidoka.Workflow.Loop.Cursor{ iterations: [Jidoka.Workflow.Loop.Iteration.t()], max_iterations: pos_integer(), next_iteration: non_neg_integer(), state: term(), step: atom() }