Hello all,
I am currently working on the implementation of PAD processes, varying in complexity and length.
In PAD (unlike other RPA tools) variables are shared amongst flows and subflows. This is a nice feature for small tasks but for larger processes there could be hundreds of variables to manage which can be confusing with the current PAD UI.
With this in mind, is it better to have specific stages of a process (i.e. log in, process emails, add to system, send emails) as independent desktop flows, then use the 'run desktop flow' action to call this desktop flow, OR is it better to just use one flow and have the specific stages of the process as individual sub flows?
- Are there performance issues with using one desktop flow vs calling several desktop flows?
- Are there performance issues with having more than x number of variables within a desktop flow?
- Is there any internal MS developer guidance on overall flow and variable management when implementing a PAD process?
Any information around specific performances of desktop flows and limitations around variables or # of subflows would be most appreciated! Thanks in advance