Unable to remove bot from inprogress tab since many hours.
Unable to remove bot from inprogress tab since many hours.
Hi
You should try steps mentions in below thread.
Hope it helps!
Hi
Restart the Automation Anywhere Bot Agent service and try this again.
Hi
You should try steps mentions in below thread.
Hope it helps!
Except API, tried everything still not resolved..
For checking with API steps are not mentioned in above link
Hi
The endpoint /v1/activity/remove/ is used to remove a specific activity. You would need to append the unique ID (which of the activity you want to remove to this endpoint. For example, if the unique ID of the activity is 12345, the full endpoint would be /v1/activity/remove/12345
To use this endpoint, you would need to make a PUT request. in this case, removing an activity.
You can use a third-party tool like Postman to make this request. After executing the API, you should receive the results as 'OK', indicating that the activity has been successfully removed.
Thanks.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.