Jidoka.Workflow.Loop.Cursor (Jidoka v0.9.0)

Copy Markdown View Source

Serializable continuation data for a suspended bounded loop.

Summary

Types

t()

@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()
}