How to invoke uipath workflow dynamically?

Hi All,

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.

Thanks

@Narahari_Nusum

Welcome to the community

where are you downloading the latest one?

ideally while runnign from orchetsrator it would not run from documents but would run from c:\users\username.nuget this is where it would run from

so please check accordingly

cheers

You can’t do this, because publishing a project compiles everything.

Hi @Narahari_Nusum,

Welcome to the UiPath Community :tada:

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.

Thanks,
Ashok :slight_smile: