nerdexam
ServiceNow

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

Submitted by yuriko_h· Apr 18, 2026Application Automation

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)
  • A
    9% (2)
  • C
    86% (19)
  • D
    5% (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

#Workflow#Workflow Context#Automation#ServiceNow

Community Discussion

No community discussion yet for this question.

Full CAD Practice