• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Trigger a uipath robot

General Discussion
2
4
433
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C
    clarkzara
    last edited by Nov 24, 2020, 8:57 AM

    Hello, im quite new and exploring the possibility of executing a command from command prompt using triggercmd. Basically my objective is to be able to run an application uipath that will be triggered using a command line....please refer to this documentation https://docs.uipath.com/robot/docs/arguments-description.

    I was wondering if i can do the same yung trigger cmd? my goal is to run triggercmd from power automate to execute the application of uipath robot.

    R 1 Reply Last reply Nov 24, 2020, 11:17 PM Reply Quote 0
    • R
      Russ @clarkzara
      last edited by Nov 24, 2020, 11:17 PM

      @clarkzara, you definately could do that. Please tell me what you've tried.

      It looks like you could create a command with this format:

      UiRobot.exe execute [--process <Package_ID> | --file <File_Path>] [--folder <Orchestrator_Folder_ID>] [--input <Input_Parameters>]
      

      You might need to specify the full path to the UiRobot.exe file though. Like if it's in your c:\tools folder, you'd make your command: c:\tools\UiRobot.exe execute ....

      Russell VanderMey

      1 Reply Last reply Reply Quote 0
      • C
        clarkzara
        last edited by Nov 25, 2020, 12:52 AM

        Hello russ, i was able to make it work by creating a batch file, then trigger the execution of the batch via triggercmd. Initially tried to type it directly from the command but i can't make it work. I will try again later.

        Btw, another clarification, though i was able to add my local computer, i tried to install triggercmd in our virtual machine(on-premise), i can't seem to login using the token to add the VM as another computer. Is there a specific requirement whenever it is installed in a vm enviroment? Since the VM is using proxy to connect to the internet, would that prevent trigger from logging in?

        R 1 Reply Last reply Nov 26, 2020, 3:55 PM Reply Quote 0
        • R
          Russ @clarkzara
          last edited by Russ Nov 26, 2020, 3:56 PM Nov 26, 2020, 3:55 PM

          @clarkzara, I'm glad you got it working.

          There's no problem installing the agent on a VM - I've done it many times.

          Connecting through a proxy is a problem though. I've tried to add support for a proxy server, but so far I haven't had much luck.

          Russell VanderMey

          1 Reply Last reply Reply Quote 0
          3 out of 4
          • First post
            3/4
            Last post