CAD · Question #149
What is a 'workflow context'?
The correct answer is C. It is generated from a workflow version, executes activities, and follows transitions. A workflow context is the runtime instance of a workflow. When a workflow is triggered for a specific record, ServiceNow generates a workflow context from the published workflow version. The context tracks execution state: which activities have run, which are pending, what the cu
Question
What is a 'workflow context'?
Options
- AThe business reason or process for which a workflow is designed
- BA checked-out workflow that is being edited
- CIt is generated from a workflow version, executes activities, and follows transitions
- DThe table for which a workflow is defined, plus any conditions such as 'Active is true'
How the community answered
(22 responses)- A9% (2)
- C86% (19)
- D5% (1)
Explanation
A workflow context is the runtime instance of a workflow. When a workflow is triggered for a specific record, ServiceNow generates a workflow context from the published workflow version. The context tracks execution state: which activities have run, which are pending, what the current scratchpad values are, and which transitions to follow. It is not the design-time definition (that is the workflow version), not a checked-out copy for editing, not the business reason, and not the table/condition filter - those describe the workflow's trigger configuration.
Topics
Community Discussion
No community discussion yet for this question.