Jido.Plan.PlanInstruction (Jido Action v2.0.0-rc.0)

View Source

A single step in the execution plan.

Only contains plan-level metadata. Execution metadata like retry, timeout, etc. should go in the Instruction.opts field.

Summary

Types

t()

@type t() :: %Jido.Plan.PlanInstruction{
  depends_on: [atom()],
  id: binary(),
  instruction: any(),
  name: atom(),
  opts: [any()]
}