2 weeks ago - last edited 2 weeks ago
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