PL-200 · Question #132
You add a business process flow to the Account table. The flow has three stages. You need to ensure that a workflow can run when a user completes the final stage. Which option should you use?
The correct answer is C. Available to run: As an on-demand process. When a business process flow (BPF) completes its final stage, it can trigger a workflow that is configured as an on-demand process. The BPF stage completion action calls the workflow on demand, so the workflow must have 'As an on-demand process' enabled to be eligible for this…
Question
Options
- AStart when: Record status changes
- BAvailable to run: Run this workflow in the background
- CAvailable to run: As an on-demand process
- DAvailable to run: As a child process
How the community answered
(36 responses)- A8% (3)
- B6% (2)
- C72% (26)
- D14% (5)
Explanation
When a business process flow (BPF) completes its final stage, it can trigger a workflow that is configured as an on-demand process. The BPF stage completion action calls the workflow on demand, so the workflow must have 'As an on-demand process' enabled to be eligible for this invocation. 'Record status changes' (A) fires on status transitions, not BPF stage completions. 'Run in the background' (B) determines execution mode, not the trigger condition. 'As a child process' (D) makes the workflow callable from other workflows, not from BPF stages.
Topics
Community Discussion
No community discussion yet for this question.