Create your first automation in just a few minutes.Try Studio Web →
by YouTube
4
Template
229
Summary
Summary
REFramework template to centrally provide the execute command to other independent REFramework solutions or workflow processes which are in Orchestrator that need to be executed in a sequencial order
Overview
Overview
When developing RPA solutions, we breakdown our processes into multiple REFramework solutions or simple workflow files which run independently. For example, when dealing with web scraping and processing, we develop a dispatcher solution and a performer solution using REFramework which are independently executed one after the other.
In order to execute the Performer right after the Dispatcher process completes, people use many approaches. Some tend to include the Performer within the dispatcher workflow which can make it much more complicated while some come up with workaround solutions to handle this manually or by simple controller workflows.
However, if these Dispatcher, Performer and all the independent solutions are in UiPath Orchestrator as separate processes, we can easily execute them without any hassle using this controller template. In situations where you need to schedule these tasks to be run one after the other at a particular day/ time, rather than scheduling each and every independent process, we can simply schedule this one controller solution and it will handle the rest automatically.
Prerequisites
The tasks that should be executed through the controller workflow solution should be published to the Orchestrator and should be available under Processes
About the Controller
The controller workflow is developed using REFramework. We have to include all the processes that needs to be run in the sequential order in Configuration excel sheet. The process will access this excel sheet and extract the jobs that needs to be executed one after the other.
Features
Features
Ability to execute sequential, independent workflow solutions one after the other automatically Avoiding the scenario of manually invoking each process Providing greater control and reliability in executing sequential independent solutions Simplifies multiple task scheduling through one central controller solution
Additional Information
Additional Information
Dependencies
Orchestrator Executing processes should be published to Orchestrator and should be ready under Processes Controller solution dependencies UiPath.Credentials.Activities: [1.1.6479.13204] UiPath.Excel.Activities: [2.5.3] UiPath.Mail.Activities: [1.4.0] UiPath.System.Activities: [19.4.0] UiPath.UIAutomation.Activities: [19.4.1]
Code Language
Visual Basic
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0Updated
February 25, 2020Works with
Developed using UiPath Studio 2019.4.2 & Orchestrator 2019.4.2 Tested using UiPath Studio 2019.5.0 & Orchestrator 2019.5.0 Compatible with similar or higher versions
Certification
Silver Certified
Support
UiPath Community Support
Resources