How Do I Select an Alternate Entry Point for a Process?

I enabled an alternate entry point. UiRobot docs show this is the way to select the entry point, but this requires knowing the version number.

UiRobot execute --file “C:\UiPath\Project\project.1.0.3.nupkg” --input “{‘inArg’:‘value’,‘integer’:3}” --entry “OtherEntryPoint.xaml”

I realize I can work with this syntax:

UiRobot.exe execute --file “OtherEntryPoint.xaml”

But something like this would be nice, but did not work for me:

UiRobot.exe execute --process UiPathDemoProcess --entry OtherEntryPoint

How can I select the alternate Entry Point for a Process?
Or is this simply not supported?

Note: I had asked a similar question in the past but this did not address multiple entry points for a Process: How to start workflow using different Entry Points

@grosner Please watch the below video to make the entry point.

1 Like

Great Video for multiple entry points via Orchestrator! Thank you.

Is it possible to have multiple entry points (without the use of Orchestrator) by calling UiRobot.exe?

But you can call one xaml at a time.