Schema for the pgflow.step_tasks table.
Represents an individual task within a step (for map-type steps) with composite primary key (run_id, step_slug, task_index).
Summary
Types
@type t() :: %PgFlow.Schema.StepTask{ __meta__: term(), attempts_count: term(), completed_at: term(), error_message: term(), failed_at: term(), flow_slug: term(), last_requeued_at: term(), last_worker_id: term(), message_id: term(), output: term(), permanently_stalled_at: term(), queued_at: term(), requeued_count: term(), run_id: term(), started_at: term(), status: term(), step_slug: term(), task_index: term() }