I have workflow in storage bucket. I need to download from storage bucket and new to invoke from main workflow. I am able to download workflow from storage bucket into project folder. When Bot is running Bot is considering existing workflow instead of latest workflow downloaded from storage bucket.
Please help me to execute latest downloaded workflow file from main workflow.
Short answer, it’s not possible at least as of now if you are using Windows compatibility.
If you try to do that, it will give you error that, YourWorkflow.xaml: Could not find file 'C:\Users\ashok\OneDrive\Documents\UiPath\Demo\YourWorkflow.xaml'.
Refer this thread for more information:
@Narahari_Nusum, Invoke Workflow activity works only with workflows that are part of the process you are working on.