How to pass a process name dynamically in the sub process
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-07-21 10:40 AM
Hi Team,
I have a process and am calling N number of sub processes in side the process, based on the process name which is available in the input sheet can any one help me with how we will call process name dynamic in the sub process
but don't say by using choice stage because i have N number of processes to call, Thanks in Advance.
------------------------------
Muralikrishna Perewar
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
I have a process and am calling N number of sub processes in side the process, based on the process name which is available in the input sheet can any one help me with how we will call process name dynamic in the sub process
but don't say by using choice stage because i have N number of processes to call, Thanks in Advance.
------------------------------
Muralikrishna Perewar
Associate Consultant
Capgemini
Asia/Kolkata
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-07-21 11:27 AM
You can pass the subprocess name as an input parameter in your main process. That way control room will ask you to enter the subprocess name and whatever name you enter your main process will call that subprocess. Because here dynamic means passing values externally and dynamically.
------------------------------
Thanks & Regards,
Tejaskumar Darji
Sr. RPA Consultant-Automation Developer
------------------------------
------------------------------
Thanks & Regards,
Tejaskumar Darji
Sr. RPA Consultant-Automation Developer
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-08-21 03:18 PM
put a choice stage to select sub process based on the input sheet in the main process

------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
*"If you find this post helpful mark it as best answer, .*
------------------------------
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
*"If you find this post helpful mark it as best answer, .*
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-08-21 08:23 PM
Hi,
calling a process from a process using the process stage has to be done be reference to the actual process and therefore can not be dynamic as you hope for. Also this approach of calling processes from processes is not advised due to increased memory usage.
I would suggest you use the command line argument AutomateC together with the switch that can run a process and send in the process name as an argument to that. This way you have achieved dynamic process name handling.
Peter
------------------------------
PeterLacken
Ren Røros Intelligent Automation
Peter.Lacken@rria.no
http://www.rria.no
------------------------------
calling a process from a process using the process stage has to be done be reference to the actual process and therefore can not be dynamic as you hope for. Also this approach of calling processes from processes is not advised due to increased memory usage.
I would suggest you use the command line argument AutomateC together with the switch that can run a process and send in the process name as an argument to that. This way you have achieved dynamic process name handling.
Peter
------------------------------
PeterLacken
Ren Røros Intelligent Automation
Peter.Lacken@rria.no
http://www.rria.no
------------------------------
