I’m automating a process which requires a business user to provide three input files.
The prototype process is triggered when the business user goes to Orchestrator’s Processes tab and launches the process. At this point, they’re prompted to provide the input files.
The prompt which requests input parameters looks very basic. Is there a way to make it look a little more aesthetically pleasing?
@postwick Can you explain why business users should not be launching processes themselves? Here’s an extract from the docs which seems to suggest it’s acceptable.
Action Center Processes page displays all queues and processes from the associated Orchestrator tenant and folders you have access to. As a business user, you can launch unattended processes directly from Action Center. This allows you to submit data, trigger process execution, and track its progress.
The automation uses the workbook data to populate templated PDF reports. Then it sends emails to relevant stakeholders with the generated PDF report and the 2x static PDF documents attached.
The business user needs to trigger this themselves because the process can’t begin until all of the files are available - there are sometimes delays.
The first version of this automation is to simply generate and dispatch all of the emails, which is already a timely process.
However, I would ultimately like to expand the scope of this project. I would like to use Action Centre to prompt the teams to submit their data into UiPath directly, which would mean the robot could generate input file (1) itself.
The static PDF files would still need to be specified though.
Hope this is clear enough, thanks for your help so far!
@postwick I’ve realized I may not be explaining it that well.
The processes tab is actually entirely separate from Orchestrator. The business user can have access to trigger unattended processes without having any access to Orchestrator whatsoever.
The only permissions required are view Processes and create/view jobs - all restricted to a single folder. No Orchestrator UI permissions.