AshWorkflow.Entities.BelongsToActor (AshWorkflow v0.6.0)

Copy Markdown View Source

Configures actor capture on a transition_log.

When present, AshWorkflow.Changes.RecordEvent sets this attribute on every log row it writes to context.actor, following AshPaperTrail's belongs_to_actor precedent rather than the library guessing an actor type.

Summary

Types

t()

@type t() :: %AshWorkflow.Entities.BelongsToActor{
  __spark_metadata__: term(),
  destination: module(),
  name: atom()
}

Functions

attribute_schema()