Checklist Task activity
Summarize
Summary of Checklist Task activity
The Checklist Task activity in ServiceNow Playbooks enables agents to complete all items in a task checklist, ensuring structured task management and progress tracking. This activity requires a pre-created checklist and a corresponding checklist template tailored to the target task table.
Show less
Key Features
- Role Access: Available as a common activity; configurable by users with admin, playbook.admin, or pdauthor roles.
- Input Configuration: Includes essential inputs such as Checklist Template (mandatory), Task reference, and optional settings like Skip Assignment Group, Skip Assigned To, Show SLA, and Can Skip to control user interaction and visibility.
- Scheduling and Conditions: Supports flexible start rules for both activities and stages, including immediate start on playbook or stage start, or after specific activities or stages have completed. A delay start option is also available.
- Skip Options: Allows defining specific groups or users who can skip the checklist, or enables skipping for all users if no specific skip assignment is set.
- Outputs: Provides the updated task record upon activity completion, facilitating data flow within the playbook.
- User Interface: Configurable UI layouts determine how the activity is displayed during playbook execution.
Practical Implications for ServiceNow Customers
By leveraging the Checklist Task activity, customers can enforce consistent task completion processes within playbooks, improving operational discipline and visibility. The ability to associate checklists with specific tasks or create private tasks on each run enhances flexibility. Skip options and SLA visibility empower agent decision-making and service level management.
When configuring this activity, ensure that checklist templates are created in advance and linked correctly to the target task table. Use scheduling controls and run conditions to integrate the checklist activity seamlessly into broader playbook workflows.
Prompt an agent to complete all items in a task checklist.
Roles and availability
This activity is available as a common activity. Users with the admin, playbook.admin, or pd_author can add this activity to a playbook.Common properties
These properties are common to all to activities in Playbooks.
| Input | Type | Description |
|---|---|---|
| Label | String | Title to display as activity and playbook card. |
| Description | String | Information to display about activity usage or outcome. |
| Run condition | Condition Builder | Conditions that must be met to run an activity or stage. You can use data from prior activities to build conditions. Note: Show additional options to see this field. |
| Start Rule | Choice | Under , select a start rule for when your stage should start running:
|
| Start with delay | True/False | Option to wait for a duration of time before running an activity or stage. When enabled, this input displays the Start with delay input properties. Note: Show additional options to see this field. |
Inputs
| Input | Type | Description |
|---|---|---|
| Skip Assignment Group | Reference.Group [sys_user_group] | Group that is allowed to skip this activity when Can Skip is enabled. Note: If Can Skip is enabled, and you do not specify a Skip Assignment
Groupor Skip Assigned To, all users will be able to skip this activity. |
| Skip Assigned To | Reference.User [sys_user] | User that is allowed to skip this activity when Can Skip is enabled. Note: If Can Skip is enabled, and you do not specify a Skip Assignment
Groupor Skip Assigned To, all users will be able to skip this activity. |
| Checklist Template | Reference.Checklist Template [checklist_template] | Template for the checklist to create for each run. Before you can provide this input, you must: |
| Task | Reference.Task [task] | Reference a record to associate with the checklist activity. The checklist is also displayed in the associated task record. Note:
When a specific task record is associated with the checklist, the state of the checklist does not change
if you run the playbook again. When you don't provide a specific task record, a
new private task record is created for each run. |
| Show SLA | True/False | Option to show SLA countdown details for the task. Note: Show additional options to see this field. |
| Can Skip | True/False | Option to allow agents to skip the checklist and to continue through the playbook. |
Additional properties
Move stuff here.
Outputs
| Output | Type | Description |
|---|---|---|
| Checklist Task | Reference.Task [task] | Task record that updates when this activity completes. |
UI Layouts
Set properties for how the activity renders during a playbook run.