Use the wait_event stage to pause workflow execution until an external event occurs
wait_event
stage, you can wait for an event to be submitted to a running workflow instance before continuing. This is useful for workflows that require user input, such as a manual approval of a transaction.
POST /instances/{id}/events
endpoint, or manually using fctl: