Re: Running multiple workflows from a batch file

2022-08-16 Thread Hans Van Akelyen
Hi Andreas, Projects have been created to be self contained and can not be combined. What we do have is inheritance of parent metadata objects by using a parent project and attaching it to a project. But running workflows from another project inside a project would cause lots of problems such as i

Re: Running multiple workflows from a batch file

2022-08-12 Thread Andreas Krause
Hi Hans, yes, exactly, i'm trying to run workflows from different projects in this runall workflow. I could use only one project for all the runall-workflows. But then i have to give up my project structure, where every customer has its own Hop project. Splitting the separate flows in different

Re: Running multiple workflows from a batch file

2022-08-12 Thread Hans Van Akelyen
Hi Andreas, Are you trying to run workflows from different projects in this runall workflow? This will probably not work as everything will be running from the context of the workflow starting the other workflows. You will either have to rethink your project structure in this case or split the se