UiPath Automation Developer Professional v1 — Question 30

A developer wants to create an automation in which the input from the user and pre-defined conditions determine the transition between stages. In UiPath Studio, which is the recommended type of workflow that meets the requirement?

Answer options

Correct answer: C

Explanation

The correct answer is C, State Machine, as it is specifically designed to handle complex state transitions based on defined conditions and inputs. A Flowchart is better suited for simple, linear processes, a Workflow is a general term that doesn't refer to a specific type of conditional logic, and a Global Exception Handler is meant for managing exceptions rather than state transitions.