ServiceNow · Arazzo Workflow
ServiceNow Assign Open Task
Version 1.0.0
Find the oldest unassigned task on a table, claim it, then mark it work in progress.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
assign-open-task
Claim and start the oldest unassigned open task on a table.
Finds the oldest unassigned, open record on a task table and, when one exists, assigns it to a user and moves it to a working state.
1
findOpenTask
listRecords
Query the table for the single oldest open, unassigned task, ordered by creation date ascending.
2
claimTask
patchRecord
Assign the matched task to the supplied user.
3
startTask
patchRecord
Move the claimed task into the work-in-progress state.