|
Answer» The workflow types in UiPath are as follows: - Sequences: A sequence is a tiny project that works best with linear processes. It makes it SIMPLE for developers to go from one activity to another. It can be used as many times as necessary.
- State Machine: A state machine is a machine that uses a specific amount of states to automate the EXECUTION time. By activating a specific action, it can be shifted from one state to another.
- Flowchart: A flowchart is a graphical depiction of several automated operations. It's useful for integrating the activities in huge projects and developing COMPLEX business tasks. Flowcharts can also aid in the display of many logical operator branching.
- Global Exception Handler: The Exception Handler is intended for use in both small and large automation projects, with the goal of DISCOVERING execution problems and, more significantly, DECIDING the workflow action when they occur. If an execution error occurs while debugging, the Global Exception Handler can be configured to intervene and check the workflow's behavior using the options previously provided in the Exception Handler.
|