Skip to main content

Push-Queue

Command Description

When Creator Developer, Attended RPA Worker users, the Commander task Creator gets the data when the specified queue is permissions, you can put the data into the queue

Command Prototype

DataQueue.PushEx(queName,item)

Parameter Description

ParameterRequiredTypeDefaultDescription
queNameTruestring""Specify the queue name being placed in the data, you can get from Commander
itemTruestring""The data to push into the queue

Demo

// Push "123" to the test queue 
DataQueue.PushEx("test","123")