ack_lighting_cue
REACT/BAE acknowledgement for a launch_id. Idempotently records whether the executor accepted or rejected the cue and which executor observed it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accepted | Yes | true when REACT/BAE accepted the cue for execution | |
| launch_id | Yes | The launch_id to acknowledge | |
| executor_id | No | Stable REACT/BAE executor instance id | |
| observed_at | No | Executor observation timestamp | |
| rejected_reason | No | Required by convention when accepted=false |