A conditional target for a transition. Evaluated at runtime using Ash.Expr.eval/2.
Summary
Types
@type t() :: %AshWorkflow.Entities.Route{ __spark_metadata__: term(), to: atom(), when: Ash.Expr.t() | nil }
A conditional target for a transition. Evaluated at runtime using Ash.Expr.eval/2.
@type t() :: %AshWorkflow.Entities.Route{ __spark_metadata__: term(), to: atom(), when: Ash.Expr.t() | nil }