Can i run a process on laptop using phone

Hi everyone,

I am curious if i can trigger to run/stop a process in orchestrator using my phone then the automation will start to run/stop on my laptop?

If you can access orchestrator on your phone and your laptop is configured as unattended robot, then why not you can trigger processes from orchestrator these will run on your laptop.

you can run the unattended bots if scheduled from orchestrator

Yes, you can based on two conditions.

  • You have access of API on mobile or UiPath Orchestrator Access
  • Your Bot Should UnAttended BOT

@gabrixxxl

  1. UiPath Orchestrator Mobile App: If you’re using UiPath Orchestrator, they offer a mobile application that allows you to monitor your automation environment and trigger processes remotely. You can download it on your phone and use it to start or stop processes.
  2. API Integration: Most orchestrator platforms offer APIs that allow you to interact with them programmatically. You can develop a mobile application or use existing tools to send requests to these APIs to start or stop processes remotely.
  3. Custom Solution: If the orchestrator platform you’re using doesn’t provide a mobile app or API, you can create a custom solution. For example, you could build a mobile app that communicates with your laptop over a network connection, triggering scripts or commands to start or stop processes.

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