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@task_TaskResult.hrl
Raw

include/gabsurd@task_TaskResult.hrl

-record(task_result, {
state :: binary(),
result :: binary(),
failure_reason :: binary()
}).