Request bot progress
- Zuletzt aktualisiert2021/09/25
Request bot progress
Request bot status by specifying the id for a bot.
Prerequisites
- Bot id
- The id of a specific bot to track its progress.
- Roles and license
-
You need to authenticate as a user with an Unattended bot runner license.
Use this API to track the progress of a specific bot.
-
URL:
http://<your_control_room_url>/v2/activity/list
- Method: POST
Note:
- You can get a list of bot ids by using the Request details about files, folders and bots API.
- outputVariables : A variable must be included as output before it can be returned in the API response.
You can filter activities
by status in V2 activity list APIs. Refer below the various status values for
filtering and their description:
-
DEPLOYED
- All automations which are deployed. -
RUNNING
- All automations which are currently running. -
RUN_PAUSED
- All automations which are paused. -
UPDATE
- All automations which are in progress. -
UNKNOWN
- All automations whose status are unknown. -
COMPLETED
- All automations which are completed. -
RUN_FAILED
- All automations which failed during deployment. -
RUN_ABORTED
- All automations which have been manually stopped by the user. -
RUN_TIMED_OUT
- All automations which have been timed out. -
DEPLOY_FAILED
- All automations which failed to deploy. -
BOTSTORE_PACKAGE_DOWNLOADING
- Automations for Bot Store package downloading. -
BOTSTORE_PACKAGE_EXTRACTING
- Automations for Bot Store package extracting. -
BOTSTORE_PACKAGE_COPYING
- Automations for Bot Store package copying.