API Reference hephaestus_oban v#0.5.0

Copy Markdown View Source

Modules

Oban-backed runtime support for executing Hephaestus workflows with durable jobs, resumable async steps, and persisted step results.

Serialized orchestrator for advancing a workflow instance.

Executes a single active workflow step.

Builds Oban job meta and tags from workflow module attributes.

Migrations create and modify the database tables HephaestusOban needs to function.

PostgreSQL migration orchestrator for HephaestusOban.Migration.

Records external resume events and schedules the next advance pass.

Oban-backed Hephaestus.Runtime.Runner implementation.

Persistence helpers for hephaestus_step_results.

Mix Tasks

Generates the migration for HephaestusOban step_results table.