Invoke Function

Is there a way to invoke an .xaml file from within another .xaml file. I would like my current process to trigger another upon completion. The other .xaml will be triggers by several different automations. FYI not using Orchestrator, have standalone setup with attended BOT.

Hey @mark.waugh

Welcome to the UiPath Community! :partying_face:

Within the “Activities” panel you should be able to search for “Invoke” and you will find an “Invoke Workflow File” activity.

All you need to do is define the workflow .xaml and pass any argument to that workflow if you need to.

Check this link for the documentation.
Invoke Workflow File (uipath.com)

Hopefully this helps.