Which term best describes something that is created, has worked performed upon it, and is eventually moved to a state of closed?
Correct Answer: D
In ServiceNow, a task is a record that represents work that needs to be completed. It follows a lifecycle where it is:
Created - A task is generated, either manually or automatically (e.g., an incident, change request, or problem record).
Worked Upon - Users perform necessary actions, update statuses, and progress the task towards resolution.
Closed - Once completed, the task reaches a closed state, indicating that no further action is needed.
Key Features of a Task:
Tasks in ServiceNow are derived from the Task [task] table.
Common task-based records include Incidents, Change Requests, Problems, and Service Requests.
Tasks follow a defined workflow and state transitions (e.g., New → Work in Progress → Resolved → Closed).
Why Other Options Are Incorrect:
A . Report:
A report is a visualization of data and does not follow a lifecycle involving work or closure.
B . Workflow:
A workflow defines process automation and the movement of tasks, but it is not something that gets "worked upon" directly like a task.
C . Event:
Events are system-generated triggers that notify or automate actions, but they do not have a structured lifecycle like a task.
Reference from CSA Documentation:
ServiceNow Documentation: Task Management in ServiceNow
CSA Exam Guide: Covers task records as fundamental entities that go through a lifecycle.
Thus, the correct answer is D. Task ✅.