Can we use Action Center to feed data coming from Human to Orchestrator Queue?

Hi,

I want to build a framework wherein I want Action Center to use in it. So, if any user submits the data in action center, that data should create a new Queue Item in the Orchestrator and then the process moves further.

Also, How does Action center works? If I have 10 transactions to do and in all transactions we need decision making (Human input). So, will it wait for the first transaction to get input from the User or will it process all transactions and later on when user submits his input, it will process all the items.

Hi @Asfaque

Action centre can actually handle multiple requests. Let’s say you push 10 transactions to the action centre for manual verification, the verifier can either process all of them or few. Once they validation decision is done, corresponding transactions will be processed according.

Regarding queue item creation from action centre, you can basically integrate Orch X Action Center using the APIs provided by UiPath. If a custom action is created in such a way that it calls the API which creates the corresponding queue item.

Hope this helps, let us know your thoughts.
Best Regards.

Hi @arjunshenoy Thanks for the help.

But can you please provide any resource from where I can follow how to achieve the Orch X Action Center integration.

@Asfaque

The following doc might be helpful. Please let us know.

Best Regards.

2 Likes

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