cancel
Showing results for 
Search instead for 
Did you mean: 

API to add items to work queue?

sarcher
Level 3
Hi there, Is there a way to add work items to a queue programmatically? Basically, we are trying to find an effective front-end solution where a user can fill out a web form which then, on submission, a work item is created and added to a specified work queue to be worked on a scheduled process? Is this possible to develop out, without having to have a blue prism process run to and call the API and add the item that way? Thanks
3 REPLIES 3

Denis__Dennehy
Level 15
The method of doing that would be to expose an object as a SOAP Web Service. That Web Service will be an extreamly simple, simply taking a request and adding it to a Blue Prism Work Queue, returning an output parameter to confirm that the request was successfully added. Your front end solution would simply call the Blue Prism web service to add requests to the Work Queue. For more details there is a guide or fact sheet on Web Services in the product area of the portal.

sarcher
Level 3
Great, thanks Denis, will investigate further with the docs you mentioned but sounds like its doable which is a great start. 🙂

sarcher
Level 3
Great, thanks Denis, will investigate further with the docs you mentioned but sounds like its doable which is a great start. 🙂