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_GetTaskCheckpointStates.hrl
Raw

include/gabsurd@sql_GetTaskCheckpointStates.hrl

-record(get_task_checkpoint_states, {
checkpoint_name :: binary(),
state :: binary(),
status :: binary(),
owner_run_id :: bitstring(),
updated_at :: gleam@time@timestamp:timestamp()
}).