Updated
On this page
Fire named events into a running workflow to wake the tasks waiting on them, optionally carrying a JSON object payload alongside the event name.
#orxtra event
Fire named events to wake wait-for tasks in running workflows.
#event fire
Fire a named event into a running workflow to wake any task waiting on it. Takes the run's UUID and an event name that must match a wait-for task's declared name; attach structured data with --payload, which must parse as a JSON object. Prints the stored event's identifier unless --quiet is passed.
Effect: mutating
#Flags
| Name | Short | Type | Default | Env | Description |
|---|---|---|---|---|---|
--payload | str | Optional JSON object payload to attach to the event. |
#Arguments
| Name | Required | Description |
|---|---|---|
event_name | yes | Name of the event to fire (must match a wait-for task's event name). |
run_id | yes | Unique identifier of the run to fire the event into (UUID format). |