Genesys Cloud Certified Professional – Architect — Question 18
Which variable’s value indicates whether the flow is running in debug mode?
Answer options
- A. Flow.IsTest
- B. Flow.IsDebug
- C. Flow.Version
Correct answer: A
Explanation
The correct answer is A, Flow.IsTest, because this variable specifically indicates if the flow is being executed in a test context, which implies debug mode. Options B and C do not pertain to the debug status; Flow.IsDebug is not a recognized variable, and Flow.Version refers to the version of the flow, not its execution mode.