Question
Executing a deployed project in openspan
After deploying a project locally Pega robotics created 2 files as part of package (.manifest & .openspan). From an end users perspective how will the automation get launched once it has been deployed. We understand that a deployed project can be executed from command prompt using the below command
"C:\Program Files\OpenSpan\OpenSpan RuntimeStudio\OpenSpan.Runtime.exe" Project="D:\Deployment\DemoProj.openspan"
But we cannot expect end users to follow this step so how will the deployed project get executed.
Thanks
Yasser
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Typically, you would publish a shortcut with this path in it, so that from a user perspective, it is a single click on the icon. More commonly, you would edit the RuntimeConfig.xml and set the key below equal to the path to your deployment package.
<add key="StartupProject" value="path to .openspan file" />
This project would get loaded when Runtime was started. You could then use the built-in shortcut that starts Runtime.