ServiceNow Certified Application Developer — Question 84
What is a workflow context?
Answer options
- A. The table for which a workflow is defined plus any conditions such as "Active is true"
- B. It is generated from a workflow version, executes activities, and follows transitions
- C. The business reason or process for which a workflow is designed
- D. It is a checked out workflow which is being edited
Correct answer: B
Explanation
The correct answer, B, accurately describes a workflow context as the entity that is created from a workflow version and is responsible for executing tasks while adhering to transitions. Options A, C, and D describe aspects of workflows but do not capture the essence of a context within a workflow.