Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-19 03:43 AM
Hi All,
How to set Work Queue Priority?
I tried but I don't know how to use Priority. I have four target application 2 is desktop applications and 2 is a web-based application. I created 4 Sub-Process for each application and my main process has 4 sub-process. I have a config file based on the target application name I have to download the data based on priority. I am reading config data into collections and using choice stage I created 4 Add to queue actions. How can I run 3rd target application 0 priority, 2nd target application 1 priority... If anyone has any idea please comment on this post...
Thanks in advance...
------------------------------
Naga Yaparla
Developer
Capgemini
Europe/London
------------------------------
How to set Work Queue Priority?
I tried but I don't know how to use Priority. I have four target application 2 is desktop applications and 2 is a web-based application. I created 4 Sub-Process for each application and my main process has 4 sub-process. I have a config file based on the target application name I have to download the data based on priority. I am reading config data into collections and using choice stage I created 4 Add to queue actions. How can I run 3rd target application 0 priority, 2nd target application 1 priority... If anyone has any idea please comment on this post...
Thanks in advance...
------------------------------
Naga Yaparla
Developer
Capgemini
Europe/London
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-19 10:23 AM
For priorities, lower numbers represent higher priorities. The default priority if nothing is specified is 0.
The priority comes into play when you use the "Work Queues - Get Next Item" Action. This action will pick up the next work queue item according to Priority, and then the time when it was added to the queue. Items added earlier into a queue get chosen before items that were added later, if the priority is the same.
There are of course other methods of circumventing the default order in which queue items are retrieved, for example by using filters, so what I've mentioned above may not be correct in all situations.
------------------------------
James Man
Professional Services
Blue Prism
Asia/Hong_Kong
------------------------------
The priority comes into play when you use the "Work Queues - Get Next Item" Action. This action will pick up the next work queue item according to Priority, and then the time when it was added to the queue. Items added earlier into a queue get chosen before items that were added later, if the priority is the same.
There are of course other methods of circumventing the default order in which queue items are retrieved, for example by using filters, so what I've mentioned above may not be correct in all situations.
------------------------------
James Man
Professional Services
Blue Prism
Asia/Hong_Kong
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-19 10:23 AM
For priorities, lower numbers represent higher priorities. The default priority if nothing is specified is 0.
The priority comes into play when you use the "Work Queues - Get Next Item" Action. This action will pick up the next work queue item according to Priority, and then the time when it was added to the queue. Items added earlier into a queue get chosen before items that were added later, if the priority is the same.
There are of course other methods of circumventing the default order in which queue items are retrieved, for example by using filters, so what I've mentioned above may not be correct in all situations.
------------------------------
James Man
Professional Services
Blue Prism
Asia/Hong_Kong
------------------------------
The priority comes into play when you use the "Work Queues - Get Next Item" Action. This action will pick up the next work queue item according to Priority, and then the time when it was added to the queue. Items added earlier into a queue get chosen before items that were added later, if the priority is the same.
There are of course other methods of circumventing the default order in which queue items are retrieved, for example by using filters, so what I've mentioned above may not be correct in all situations.
------------------------------
James Man
Professional Services
Blue Prism
Asia/Hong_Kong
------------------------------
