Baton.Flow.Compiled (Baton v0.27.4)

Copy Markdown View Source

The validated, context-loaded result of compiling a portable flow definition.

Summary

Types

t()

@type t() :: %Baton.Flow.Compiled{
  context: map(),
  definition: Baton.Flow.Definition.t(),
  definition_ref: term(),
  input: map(),
  workflow: Baton.t()
}