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.
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.