Abdulmalek
(AbdulmalekAi)
December 16, 2023, 1:45pm
1
I need to make connection between the external application and the orchestrator.
The map of the hole process is like this way :
1- The client use user interface of android application to search for some information
2- The android application use api calls to add info to orchestrator queue
3- In orchestrator once the queue received item the robot start working and uses the transactionitem from queue to make researches and return the result to the queue
4- So the result uplaoded to the queue also send back to the android apps as response .
Anil_G
(Anil Gorthi)
December 16, 2023, 3:40pm
2
@Abdulmalek
Welcome to the community
You can use add queue item api …please check below
But return is not possible…you need to do get queue items api again
<orchestratorurl>/swagger/index.html
Cheers
Abdulmalek
(AbdulmalekAi)
December 16, 2023, 5:38pm
3
Thank you for your kind greeting.
That’s gread video , But she did not explained how to do the first authentication .
pikorpa
(Piotr Kołakowski)
December 16, 2023, 9:52pm
4
Hey,
regarding authentication you can find something here:
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Anil_G
(Anil Gorthi)
December 17, 2023, 2:14am
5
@Abdulmalek
A full guide on how to do
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Cheers
Abdulmalek
(AbdulmalekAi)
December 17, 2023, 7:02am
6
I had tried this instractions but thay need to have UiPath cloud for interprise , And mine is community
Anil_G
(Anil Gorthi)
December 17, 2023, 8:49am
7
@Abdulmalek
You need not have enterprise for it…please try proeprly…let us know where you are stuck
cheers
Abdulmalek
(AbdulmalekAi)
December 17, 2023, 10:36am
8
I don’t have the access token .
Anil_G
(Anil Gorthi)
December 17, 2023, 4:02pm
9
@Abdulmalek
First go and create an external application in the admin page…
Then you will get client id secret which cna be used to get access token
Cheers
Hello, I leave you the following link, in which a YouTube video explains how you can queue item from api