Edit the specific data of a queue Item

Hello Guys,

First I don’t know if is it a good practise to use queue items like this. But I am wondering if i can uptade the specific data from a Queue Item.

I already viewed this post. They use “Orchestator HTTP Request”. I didnt understand all the post, do you have a example for this methode?

Also I am wondering if is it a good practise to use Orchestrator queue like “database” instead of using a sql or a simple excel file?

Ty for your help!

1 Like

Noted

Will share you the sample by some time today please.

#nK

1 Like

Yes, using Queues has many advantages over SQL/Excel. For example, if using a Queue you can have multiple Jobs running at the same time pulling from the same Queue. You should also do a dispatcher/performer model to be more efficient and reliable.

As far as editing the SpecificContent, I don’t know if you can except using the API. And I’m not even sure if that will let you.

1 Like

Don’t forget me @Nithinkrishna

You are my only hope in the darkness haha

1 Like

Hey @Elya

Sorry, yes you will get it by today no worries.

:slightly_smiling_face::v:

#nK

1 Like

Don’t forget that your the light in the darkness.
With great power, comes great responsibility

1 Like

Hi @Elya

Apologies! Apologies! Apologies!

Please find the workaround for you.

Adding a disclaimer prior hand :smiley:

image

Output for the UiPath flow

3rd info level log is the current SpecificContent of the queue item

7th info level log is the SpecificContent of the queue item after update

PFA - QueueItemSpecificContentUpdate.zip (2.7 KB)

Hope this is what you was expecting

Extremely sorry once gain ! Thanks for being with me.

#nK

3 Likes

thx @Nithinkrishna it works!

1 Like

Cool :slightly_smiling_face:

Do raise some interesting stuff like this going forward :wink:

Thanks
#nK

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.