cancel
Showing results for 
Search instead for 
Did you mean: 

Blue Prism API - POST /api/v7/workqueues is creating Active Queue

Neel1
MVP

while trying  POST /api/v7/workqueues - Active work queue is created not the normal one.

in Swagger, if i do not pass the value for bold highlighted part - then Queue is not getting created and error is coming. if i pass both field then Active queue is created not normal one.

what i am missing?

{
"name": "Queue 9",
"keyField": "ID",
"maxAttempts": 1,
"status": "Paused",
"encryptionKeyId": 0,
"groupId": "00000000-0000-0000-0000-000000000000",
"sessionExceptionRetry": true,
"activeQueueAssignedProcessId": "00000000-0000-0000-0000-000000000000",
"activeQueueAssignedResourceGroupId": "00000000-0000-0000-0000-000000000000"
}

below is the error i am getting.

[ { "invalidField": "requestModel.ActiveQueueAssignedProcessId", "message": "You must select the process that an active queue will execute to work itself" }, { "invalidField": "requestModel.ActiveQueueAssignedResourceGroupId", "message": "You must select the resource group that an active queue will use to run its sessions" } ]

 

#blueprismapi

0 REPLIES 0