UiPath · Arazzo Workflow
UiPath Add and Track a Queue Item
Version 1.0.0
Resolve an existing queue, add a transaction item, and read back its status.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
add-and-track-queue-item
Resolve a queue by name, add an item, and track its status.
Resolves a queue definition by name, adds a transaction item, and lists the items for that queue to observe the new item's status.
1
resolveQueue
listQueues
List queue definitions in the folder filtered to the supplied queue name to confirm it exists and capture its ID.
2
addItem
addQueueItem
Add a transaction item to the resolved queue, referencing it by name and carrying the supplied specific content and priority.
3
trackItems
listQueueItems
List the queue items for the resolved queue, ordered by most recent creation, to track the status of the newly added item.