API to add items to work queue?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-10-17 06:46 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-10-17 07:24 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-10-17 07:40 PM
Great, thanks Denis, will investigate further with the docs you mentioned but sounds like its doable which is a great start. 🙂
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-10-17 07:40 PM
Great, thanks Denis, will investigate further with the docs you mentioned but sounds like its doable which is a great start. 🙂
