ServiceNow Certified Application Developer — Question 146
What functionality is supported by Flow Designer?
Answer options
- A. The role flow_operator can create and edit flows.
- B. Flows can be "Run as” security admin.
- C. Call a subflow from a flow.
- D. Flows can trigger off a record being deleted.
Correct answer: C
Explanation
The correct answer is C because Flow Designer allows for the invocation of subflows, enhancing modularity and reusability. Option A is incorrect as it describes a role's permissions, not Flow Designer's functionality. Option B is misleading since security admin roles pertain to access levels rather than Flow Designer capabilities. Option D is wrong because flows are typically triggered by record creation or updates, not deletions.