UiPath Automation Developer Professional v1 — Question 15
In a UiPath State Machine workflow, which section of State activity is used to specify conditional/triggers logic and multiple outgoing transitions in a state machine?
Answer options
- A. Entry
- B. Transitions
- C. Triggers
- D. Exit
Correct answer: B
Explanation
The correct answer is B, as the Transitions section is specifically designed to handle the conditional logic and multiple outgoing paths from a state. Options A (Entry) and D (Exit) relate to actions taken when entering or exiting a state, while C (Triggers) is not the correct term used in this context.