I’m trying to use trigger workflow from UiPath apps when ingest user input to workflow ,however bot gets stuck after complete steps in workflow is completed.I’m using the template suggested .I have multiple entry points and the bot keeps running despite completion how can stop the trigger workflow. I would be calling multiple entry points at different stages in app .how to return handle to app when current trigger is completed
to stop the trigger workflow in UiPath apps, design each entry point as its own workflow and make sure it ends with output arguments. when the workflow finishes, those outputs are sent back to apps and the trigger closes. example: stage a workflow runs, sets output “status=done”, apps receives it and stops; later you call stage b workflow, it also returns “status=done” and apps stops again. Try like this.
If helpful, mark as solution. Happy automation with UiPath