orxtra v0.13.0 /orxtra event
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

Flags
NameShortTypeDefaultEnvDescription
--payloadstrOptional JSON object payload to attach to the event.

#Arguments

Arguments
NameRequiredDescription
event_nameyesName of the event to fire (must match a wait-for task's event name).
run_idyesUnique identifier of the run to fire the event into (UUID format).
Search