nerdexam
ServiceNow

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

Submitted by kavita_s· Apr 18, 2026Application Automation

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)
  • A
    5% (3)
  • B
    91% (52)
  • C
    2% (1)
  • D
    2% (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

#Workflow#Workflow Context#Process Automation

Community Discussion

No community discussion yet for this question.

Full CAD Practice