Managing Work Requests in Bastion
Describes how to list the Bastion service work requests, and get their details, errors, and logs.
Many of the Bastion service requests don't take effect immediately. In these cases, the request spawns an asynchronous workflow for fulfillment. To provide visibility for in-progress workflows, the Bastion service creates a work request object.
You can perform the following work request management tasks:
Work Request States
Describes the possible states in a bastion operation's progress.
The work request states are:
- ACCEPTED
- The request is in the work request queue to be processed.
- IN PROGRESS
- A work request record exists for the specified request, but no associated WORK_COMPLETED record is present.
- FAILED
- A work request record exists for this request and an associated WORK_COMPLETED record has the state FAILED.
- SUCCEEDED
- A work request record exists for this request and an associated WORK_COMPLETED record has the state SUCCEEDED.
- CANCELING
- The work request is in the process of canceling.
- CANCELED
- The work request has been canceled.