PgFlow.Schema.Run (PgFlow v0.1.0)

Copy Markdown View Source

Schema for the pgflow.runs table.

Represents a single execution instance of a flow.

Summary

Types

t()

@type t() :: %PgFlow.Schema.Run{
  __meta__: term(),
  completed_at: term(),
  failed_at: term(),
  flow: term(),
  flow_slug: term(),
  input: term(),
  output: term(),
  remaining_steps: term(),
  run_id: term(),
  started_at: term(),
  status: term(),
  step_states: term()
}