IntermediateLast verified Aug 23, 2026
Await Order Event
Waits for lifecycle events associated with a submitted Order Ticket.
Waits for lifecycle events associated with a submitted Order Ticket.
When to use
Use it after Order when the graph must distinguish accepted, filled, rejected, expired, canceled, or timeout states.
Example
Pass the Order Ticket from Order, continue a filled path to Position Monitor, and route timeout to Cancel Orders.
Common problems
Connect the ticket from the same order path. Handle timeout and unsuccessful outcomes instead of waiting indefinitely.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.