PgFlow.Schema.Flow (PgFlow v0.1.0)

Copy Markdown View Source

Schema for the pgflow.flows table.

Represents a flow definition with its configuration options.

Summary

Types

t()

@type t() :: %PgFlow.Schema.Flow{
  __meta__: term(),
  inserted_at: term(),
  opt_base_delay: term(),
  opt_max_attempts: term(),
  opt_retry_backoff: term(),
  opt_timeout: term(),
  runs: term(),
  slug: term(),
  steps: term(),
  updated_at: term()
}