cancel
Showing results for 
Search instead for 
Did you mean: 

Parent/ Child Queue

SamLima
Level 7
does anyone have a process implemented Parent/ Child Queue?
I need to observe and compare my work with best way to create P/C relationship


------------------------------
Sam Lima
------------------------------
1 BEST ANSWER

Best Answers

Hi @SamLima,

I have created a sample process​ exhibiting a basic parent-child queue relationship for you. In order to run this process successfully you need to place the input files somewhere in your local machine which are shown below and also setup the environment variable for the input directory as well:

33388.png

Once this has been set up, ensure that you have the following queues set up in your environment:

33389.png
Then you can run the process. All these artifacts are provided in the attach zip file for your reference. Do let me know in case of any queries.






------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------
------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please provide a big thumbs up so that the others members in the community having similar problem statement can track the answer easily in future.

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Technical Business Analyst,
WonderBotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------

View answer in original post

6 REPLIES 6

Hi @SamLima,

I have created a sample process​ exhibiting a basic parent-child queue relationship for you. In order to run this process successfully you need to place the input files somewhere in your local machine which are shown below and also setup the environment variable for the input directory as well:

33388.png

Once this has been set up, ensure that you have the following queues set up in your environment:

33389.png
Then you can run the process. All these artifacts are provided in the attach zip file for your reference. Do let me know in case of any queries.






------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------
------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please provide a big thumbs up so that the others members in the community having similar problem statement can track the answer easily in future.

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Technical Business Analyst,
WonderBotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------

Thank you so much @devneetmohanty07, Could you please explain Mark Parent Queue Items As Completed page?

and what is this expression ?

33390.png


------------------------------
Sam Lima
------------------------------

Here I am checking if any of the pending child items are available having the current parent key text included inside them or not. Ideally, if a blank collection is returned it means that we do not have any pending child items related to my current parent item and hence I can mark my parent item as completed.

------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------
------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please provide a big thumbs up so that the others members in the community having similar problem statement can track the answer easily in future.

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Technical Business Analyst,
WonderBotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------

what is this expression?
33396.png



------------------------------
Sam Lima
------------------------------

This is a filter expression, here basically if let say I have a collection called 'Child Item Keys' with a column called as 'Key Name' . So here I am checking if that column has the value of the current parent item key anywhere or not within it.

Suppose, the current parent key item is 'Test1' and the child item keys has following values:

'Test 1 - 1'
'Test 2 - 3'
'Test 3 - 1'
'Test 3 - 2'
'Test 3 - 3'

Then, only 'Test 1 -1' would be returned as it contains the keyword 'Test 1' within it

------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------
------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please provide a big thumbs up so that the others members in the community having similar problem statement can track the answer easily in future.

Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Technical Business Analyst,
WonderBotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com

----------------------------------