Google News
logo
UiPath - Interview Questions
What is state machine in UiPath?
A State Machine is a type of automation that uses a finite number of states in its execution. It can go into a state when it is triggered by an activity, and it exits that state when another activity is triggered. They also enable us to add conditions based on which to jump from one state to another. These are represented by arrows or branches between states.
 
Advertisement