UiPath Automation Developer Professional v1 — Question 156
What is the primary difference between a State activity and a Final State activity in a UiPath State Machine?
Answer options
- A. A State activity contains Entry, Exit, and Transition(s) sections, while a Final State only contains an Entry section
- B. A Final State can only have one transition, while a State activity can have multiple transitions
- C. A Final State cannot contain any activities, while a State activity can contain other activities
- D. A State activity represents the initial state, while a Final State represents the end of the workflow
Correct answer: C
Explanation
The correct answer is C because a Final State is designed to signify the end of the workflow and does not allow for any activities to be executed, whereas a State activity can include various activities. Options A and B are incorrect because they misrepresent the structure and transition capabilities of State and Final State activities, and option D incorrectly describes the purpose of these states.