CAD · Question #74
What is a workflow context?
The correct answer is B. It is generated from a workflow version, executes activities, and follows transitions. A workflow context is the live, running instance of a workflow - created automatically when a workflow is triggered on a record. It tracks the current state of execution, which activities have completed, and which transitions are being followed. It is distinct from the workflow d
Question
What is a workflow context?
Options
- AIt is a checked out workflow which is being edited
- BIt is generated from a workflow version, executes activities, and follows transitions
- CThe table for which a workflow is defined plus any conditions such as "Active is true"
- DThe business reason or process for which a workflow is designed
How the community answered
(57 responses)- A5% (3)
- B91% (52)
- C2% (1)
- D2% (1)
Explanation
A workflow context is the live, running instance of a workflow - created automatically when a workflow is triggered on a record. It tracks the current state of execution, which activities have completed, and which transitions are being followed. It is distinct from the workflow definition (the design-time version) and from the workflow condition (Choice C, which determines when the workflow fires). The context is what actually 'runs' the workflow logic against a specific record.
Topics
Community Discussion
No community discussion yet for this question.