How to trigger a RPA bot process from a flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2022 04:56 AM
I am trying to create a flow in which I am adding an action. The action is that it should trigger a BOT process in RPA. Is this possible? and if so, please guide me me on how to do this. I am trying to do it. But I am getting errors.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 06:05 AM
Hi Satish,
When you have a Unattended Bot process set up (Trigger Mode: API) you can definitely trigger this from a Flow.
With RPA ServiceNow has already included a spoke with several actions, including one that you can use to start a bot process. ('Start Process')
Within this flow action you can then specify your Bot Process, and the Robot(s) that should be used to run it.
Do note that your bot process has to be Unattended (for api) and the bot process should be Published to be selectable.
Hope this helps.
Kind regards,
Fernando Koenraad
iTSMGroup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2023 10:45 AM
How to trigger a RPA bot process from a schdeule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2023 01:49 AM
Hi Sai Vamshi K,
You can indeed trigger an RPA bot process from a schedule as well.
When you set up a bot process as:
Process type: Unattended
Trigger mode: Schedule
Then you can navigate to the 'Schedules' tab and define when it should run. Different types of intervals are available 🙂
When you have set up a bot process as in the earlier post as:
Process type: Unattended
Trigger mode: API
Then you can create a Flow (flow designer) with a trigger to run this bot process at a certain time:
This might be useful if you want to trigger the bot process in a flow in certain conditions, as well as schedule it to run daily for example.
If you plan to simply set up a bot process that should run every x time - then it would be better to simply create the bot process with trigger mode 'Schedule' as described above. 🙂
Hope this helps!
Kind regards,
Fernando Koenraad
iTSMGroup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2024 12:10 AM
Not able to see Trigger Mode Field