UIPath Apps

i need to create a sample BOT which takes user input, either from Phone or from orchestrator to approve the current run. In simple words, everytime the BOT runs a popup should come in phone or user can approve it from orchestrator.

You can do it in a other way without phone or orchestrator. You can use email for that.

Configure your mail in BOT.
When the BOT runs, send email from BOT to the same email id. And then make the BOT wait for sometime depending on how much time it takes for you to reply to that email.

If you want to approve it, Reply the email with Approve.

Once the BOT reads the email, check if the body contains Approve. If approved, continue running the BOT else exit.

Regards,
Karthik Byggari

@KarthikByggari can u please provide any xaml relative to this.

@KarthikByggari but i want to use it from orchestrator or from task mannger.

Currently there is no option to have a pop-up and approve the bot to run.

Regards,
Karthik Byggari

@KarthikByggari in updated version thier is a function in orchaestor which is task and uipath apps are thier to do this, problem is that i not able to use this functions

Can I know which orchestrator version. I will look into it. Send a screenshot too.

mark by red @KarthikByggari
version is © UiPath 2020
Orchestrator 2020.1.3

Interesting.
Did you check the following link for how to use tasks -

https://docs.uipath.com/orchestrator/docs/about-tasks

Regards,
Karthik Byggari

@KarthikByggari yes i read it, but i have lots of confustion.

Okay. We are using still 2018.4 version.
I will try with community edition and let you know if I have a working solution.

Regards,
Karthik Byggari