Checklist Task from Template activity
Summarize
Summary of Checklist Task from Template activity
The Checklist Task from Template activity in ServiceNow Playbooks prompts agents to complete all items in a task checklist. This activity is designed to streamline task management by leveraging predefined checklist templates associated with specific task tables.
Show less
Key Features
- Checklist Template Input: Requires a checklist template created for the target task table to generate the checklist.
- Task Association: You can link the checklist to a specific task record, ensuring the checklist appears within that task and maintains its state across playbook runs. If no task is specified, a new private task is created each run.
- Configurable Activity Properties: Includes settings such as label, description, run conditions, start rules (e.g., when the stage or playbook starts, or after specific activities), and optional start delays.
- Advanced Inputs: Options to specify which users or groups can skip the activity, display SLA countdowns, and allow agents to skip the checklist entirely, facilitating flexible workflow management.
- Outputs: Provides the updated checklist task record as output, enabling subsequent activities in the playbook to utilize this data.
- UI Customization: Properties to control how the activity appears during a playbook run, enhancing user experience for agents.
Practical Use for ServiceNow Customers
By incorporating this activity into your playbooks, you can enforce structured task completion through standardized checklists, improve task tracking, and provide agents with clear instructions and deadlines. The flexibility to assign skip permissions and control SLA visibility supports varied operational needs and compliance requirements. Associating checklists with specific tasks ensures continuity and accurate status tracking through playbook executions.
Prompt an agent to complete all items in a task checklist.
- , and
- Create a checklist template for the target task table.
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: Select 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: Select 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: Select 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.