UiPath · Arazzo Workflow
UiPath Provision a Queue and Add an Item
Version 1.0.0
Create a transaction queue and seed it with its first work item.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
provision-queue-and-add-item
Create a queue definition then add and confirm a first transaction item.
Creates a queue definition, adds a transaction item referencing the new queue by name, and lists queue items filtered to that queue to confirm.
1
createQueue
createQueue
Create a queue definition in the folder with the supplied name and retry configuration.
2
addItem
addQueueItem
Add the first transaction item to the newly created queue, referencing it by name and carrying the supplied specific content.
3
confirmItems
listQueueItems
List the queue items filtered to the new queue definition to confirm the seeded item is present.