ServiceNow · Arazzo Workflow
ServiceNow Add Task to Change Request
Version 1.0.0
Create a change task on a change, list the change's tasks, then update the task.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
add-change-task
Create and schedule a task on a change request.
Creates a change task on a parent change, lists the change's tasks, and updates the new task with an owner and schedule via the Table API.
1
createTask
createChangeTask
Create a new change task under the supplied parent change request.
2
listTasks
listChangeTasks
List the tasks on the parent change request to confirm the new task is attached.
3
updateTask
patchRecord
Update the change task state via the Table API change_task table. The Change Management API has no task update endpoint, so the generic Table API is used to patch the task by sys_id.
Source API Descriptions
openapi