Packages

A Gleam SDK for the Absurd durable workflow system, with type-safe database access via Parrot and OTP worker actors

Current section

Files

Jump to
gabsurd include gabsurd@sql_SpawnTask.hrl
Raw

include/gabsurd@sql_SpawnTask.hrl

-record(spawn_task, {
task_id :: bitstring(),
run_id :: bitstring(),
attempt :: integer(),
created :: boolean()
}).