Skip to main content
Answer

How to get ProcessID Via API

  • April 6, 2025
  • 1 reply
  • 25 views

Forum|alt.badge.img

I want to run Process via API but i don’t know how to get ProcessID

Best answer by Aaron.Gleason

First off, you cannot run a process via API in Community Edition. You must have Enterprise Edition and a bot runner.

Second, you can get the process ID in the URL when the process is being edited. Example:

https://aa-devx-dev.my.automationanywhere.digital/#/bots/repository/private/files/36125/module/hbc/process/edit

The process ID is 36125 in this case. You can do the same with task bots, which also cannot be executed by API in Community Edition.

1 reply

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • Answer
  • April 6, 2025

First off, you cannot run a process via API in Community Edition. You must have Enterprise Edition and a bot runner.

Second, you can get the process ID in the URL when the process is being edited. Example:

https://aa-devx-dev.my.automationanywhere.digital/#/bots/repository/private/files/36125/module/hbc/process/edit

The process ID is 36125 in this case. You can do the same with task bots, which also cannot be executed by API in Community Edition.