Skip to main content
Vineet Pujari
Automation Anywhere Team
Automation Anywhere Team
August 28, 2025

Ask Me Anything with Vineet Pujari

  • August 28, 2025
  • 12 replies
  • 368 views

Hi, I’m Vineet, PM at Automation Anywhere. Ask me anything!
I’ll be taking your questions in this forum, starting at about 6PM IST on September 2nd.
Proof it's me :) https://www.linkedin.com/posts/activity-7366887153634590721-MgJz/
Looking forward ⏩⏩⏩

 

This topic has been closed for replies.

12 replies

Vineet Pujari
Automation Anywhere Team
Automation Anywhere Team
September 2, 2025

@Vineet Pujari 

I have created aari process. In that aari process I am just calling a simple task bot (Update Task). Now when I am running this AARI process directly by opening the AARI Process then this Update task is getting called.The same is displayed in AARI request as whenever we ran this aari process request gets created.

Now issue is when I am running the same AARI process using Created request command in one task bot (Create Task) then request is getting created but this Update Task bot is showing unsuccessfull. In audit logs and in activity this unsuccessfull is not

     OR 

can we call the process via API

 

Hi ​@hardik.choudhary,

Yes, a processes can be submitted in a number of ways:
(a) By a user
(b) By a bot via the Create Request command in the Process Composer package
(c) Via the /requests/create public API 

I think the problem you are running into can be fixed by following these steps:
(1) Default bot runner device - Make sure you have a device available and it is either the default device or is part of a device pool
(2) Enable the process requests to be created by a bot - This setting can be found in Manage > Processes > Your process
I’ve attached a zip file here with the video that shows what I explained here.
Let me know if this helps fix the issue.

GoBeGreat
Cadet | Tier 2
September 3, 2025

@Vineet Pujari  Thanks a lot.Resolved