Work Queue exposure as web/API end point
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-02-22 07:56 AM
Hi Team,
Is there a way in BP by which we can directly expose the Work Queue as web/api end point for creation of items in it?
Here we don't want exposure of process/VBO just for the creation of an item in BP.
------------------------------
Manish Rawat
Project Manager
Mercer
New Delhi
------------------------------
Is there a way in BP by which we can directly expose the Work Queue as web/api end point for creation of items in it?
Here we don't want exposure of process/VBO just for the creation of an item in BP.
------------------------------
Manish Rawat
Project Manager
Mercer
New Delhi
------------------------------
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-02-22 09:22 AM
Hi,
I look for an automatec.exe command for this. You have the "createqueue" for create new queues, the syntax looks like this:
AutomateC.exe /createqueue "key field name" "Running? true / false" "max attempts" /queuename "queuename" /sso
(/sso or /user for autentication)
For more information of this, here you have the official documentation: Automate.exe commands
And I lookfor a way to create items but I think that there is no way to create with any command or external API.
In the database, the table that store all queue items is [BPAWorkQueueItem], but I don't recommend you to insert directly a row here. There are some fields such as the id that I don't know how they are generated internally
Another option is to create a new process to create all items that you need. For example, if you create an external API, when you call it, it insert a data in an intermediate database table. Then your process can read this table and create the items in the Queues with the action "Add to Queue" from the object "Work Queues"
Hope this helps you!
Bye 🙂
------------------------------
Pablo Sarabia
Architect
Altamira Assets Management
Madrid
634726270
------------------------------
I look for an automatec.exe command for this. You have the "createqueue" for create new queues, the syntax looks like this:
AutomateC.exe /createqueue "key field name" "Running? true / false" "max attempts" /queuename "queuename" /sso
(/sso or /user for autentication)
For more information of this, here you have the official documentation: Automate.exe commands
And I lookfor a way to create items but I think that there is no way to create with any command or external API.
In the database, the table that store all queue items is [BPAWorkQueueItem], but I don't recommend you to insert directly a row here. There are some fields such as the id that I don't know how they are generated internally
Another option is to create a new process to create all items that you need. For example, if you create an external API, when you call it, it insert a data in an intermediate database table. Then your process can read this table and create the items in the Queues with the action "Add to Queue" from the object "Work Queues"
Hope this helps you!
Bye 🙂
------------------------------
Pablo Sarabia
Architect
Altamira Assets Management
Madrid
634726270
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-02-22 01:22 PM
Hi @Manish Rawat,
Prior to BP v7 there is no way to expose access to a work queue directly. As you've pointed out, the standard is to expose a VBO/process as a SOAP web service and work through it.
In BP v7, there is a new RESTful API available that exposes endpoints for working directly on work queues.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Prior to BP v7 there is no way to expose access to a work queue directly. As you've pointed out, the standard is to expose a VBO/process as a SOAP web service and work through it.
In BP v7, there is a new RESTful API available that exposes endpoints for working directly on work queues.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 06:31 AM
Hi @ewilson,
Thanks for your response, Is there a documentation around that for setup and usage for Exposing endpoints for working directly on work queues.
------------------------------
Manish Rawat
Project Manager
Mercer
New Delhi
------------------------------
Thanks for your response, Is there a documentation around that for setup and usage for Exposing endpoints for working directly on work queues.
------------------------------
Manish Rawat
Project Manager
Mercer
New Delhi
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 07:05 AM
Hi!
Here you have all the information about the API.
https://bpdocs.blueprism.com/bp-7-0/en-us/api-spec.html
Bye 🙂
------------------------------
Pablo Sarabia
Architect
Altamira Assets Management
Madrid
634726270
------------------------------
Here you have all the information about the API.
https://bpdocs.blueprism.com/bp-7-0/en-us/api-spec.html
Bye 🙂
------------------------------
Pablo Sarabia
Architect
Altamira Assets Management
Madrid
634726270
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-22 12:31 PM
Hi @Manish Rawat,
@PabloSarabia has provided you a link to the API reference. To learn more about v7 and the steps to install/configure the REST API, please refer to the following links:
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
@PabloSarabia has provided you a link to the API reference. To learn more about v7 and the steps to install/configure the REST API, please refer to the following links:
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
