nerdexam
Salesforce

PDI · Question #65

In the Lightning UI, where should a developer look to find information about a Paused Flow Interview?

The correct answer is B. In the Paused Interviews section of the Apex Flex Queue. In the Lightning UI, a developer should conceptually look in the Paused Interviews section associated with the Apex Flex Queue to find information about asynchronous processes like Paused Flow Interviews.

Submitted by ahmad_uae· Apr 18, 2026Logic and Process Automation

Question

In the Lightning UI, where should a developer look to find information about a Paused Flow Interview?

Options

  • AOn the Paused Row Interviews related List for a given record
  • BIn the Paused Interviews section of the Apex Flex Queue
  • CIn the system debug log by Altering on Paused Row Interview
  • DOn the Paused Row Interviews component on the Home page

How the community answered

(22 responses)
  • B
    95% (21)
  • C
    5% (1)

Why each option

In the Lightning UI, a developer should conceptually look in the Paused Interviews section associated with the Apex Flex Queue to find information about asynchronous processes like Paused Flow Interviews.

AOn the Paused Row Interviews related List for a given record

Paused Flow Interviews are not typically shown on a standard related list of a specific record; their management is handled at a broader organizational level.

BIn the Paused Interviews section of the Apex Flex QueueCorrect

The Apex Flex Queue is an administrative interface used to monitor and manage asynchronous jobs, including those that are queued, holding, or currently running. In some contexts, asynchronous process states like paused 'interviews' might be referenced or monitored within or alongside this generalized queue management interface for administrative oversight.

CIn the system debug log by Altering on Paused Row Interview

While debug logs provide granular execution details, they do not offer a consolidated administrative view or list of all currently paused flow interviews for management purposes.

DOn the Paused Row Interviews component on the Home page

The Home page can feature a 'Resume Flows' component, but this component is primarily for end-users to resume their own flows, not for developers to find detailed information or manage all paused interviews across the org.

Concept tested: Monitoring asynchronous processes and paused flow interviews

Topics

#Flows#Paused Flow Interviews#Process Automation#Monitoring

Community Discussion

No community discussion yet for this question.

Full PDI Practice