I have a request from a client and wondering if possible to achieve.
Is it posible to intergrate Uipath with a wpf application.
The application should be able to start, pause and continue Uipath process. Also will need to be able to display information process information as illustrated in the image below:
Any specific reason for not using Orchestrator for this, since it has all the functionality already in place? It also has an API that you could use for that.
Anyway, you could also use the robot API.
Here’s a sample jQuery document for starting jobs with custom parameters, just to get you started: test.html (1.4 KB)
Hey! I have read emails using UiPath and I have put them in a file. But, now I need to analyze the data in the file using Python which i want to run using UiPath. Is there any API available for that or do I have to do it using Recording in UiPath?