Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 957 Bytes

File metadata and controls

52 lines (36 loc) · 957 Bytes

enqueue

Enqueue an asynchronous job with named parameters.

Kind Attribute
Since 0.1.0

Syntax

enqueue <job-name>

Description

Indented children are param: value pairs. Parameters can be literals, :bindings, or query results.

Used in

Examples

Enqueue a report job

action /reports method POST
  enqueue generate-report
    start_date: :start_date
    requested_by: :current_user_email

See also

Provenance

Spec last touched 18cf488 (2026-05-20)
Source last touched af278bb (2026-05-20)
Source files internal/parser/parser.go