AshWorkflow.Entities.Route (AshWorkflow v0.6.0)

Copy Markdown View Source

A conditional target for a transition. Evaluated at runtime using Ash.Expr.eval/2.

Summary

Types

t()

@type t() :: %AshWorkflow.Entities.Route{
  __spark_metadata__: term(),
  to: atom(),
  when: Ash.Expr.t() | nil
}

Functions

attribute_schema()