Trigger a uipath bot from workflow

Hi all,
I need to trigger .nupkg bot from a workflow without using orchestrator. how to do this?

Hi,
I don’t think so u can do it from .nuget pacakge without using orchestrator.
But you can do the same from system try icon.

You can trigger the workflow .XAML using below methods.

  1. From UiPath Studio
  2. From UiPath Robot Agent
  3. From command line
  4. Through a REST command
1 Like

I saw this article @ddpadil thanks.i have an option to start through the command line using start Process activity. but its work asynchronously, but i have to trigger it after a bot completion