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 inheritance of variables. Probably the issues you are currently facing.
Not sure what you mean with your second remark, if you create one bash/cmd script that lists the hop-run commands that have to be executed they will be executed in that order and the second command will wait until the first one finishes and so on. Cheers, Hans On Fri, 12 Aug 2022 at 12:54, Andreas Krause <and78...@gmail.com> wrote: > 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 hop-run commands would be > possible. The disadvantage of this method is that I then no longer have any > control over running these hop-run commands one after the other. > > Is there a solution for this? > > Best regards, > Andreas > > > Am Fr., 12. Aug. 2022 um 11:49 Uhr schrieb Hans Van Akelyen < > hans.van.akel...@gmail.com>: > >> 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 separate flows in different hop-run commands. >> >> Kr, >> Hans >> >> On Fri, 12 Aug 2022 at 10:36, Matt Casters <matt.cast...@neo4j.com> >> wrote: >> >>> Hi Andreas, >>> >>> One workflow can run another using the "Workflow" action (1). >>> Make sure to select the run configuration to use to run each workflow >>> and you should be good to go. >>> >>> Best of luck, >>> Matt >>> >>> 1. https://hop.apache.org/manual/latest/workflow/actions/workflow.html >>> >>> On Thu, Aug 11, 2022 at 1:12 PM Andreas Krause <and78...@gmail.com> >>> wrote: >>> >>>> Hi Hop users, >>>> >>>> i am using Hop 2.0.0. >>>> >>>> I've created several workflow files in various Hop projects. Now i want >>>> to >>>> run these workflows successively from another workflow file. >>>> >>>> I tried it with a new workflow file called "runall.hwf", which i*ve >>>> created >>>> in my own project folder and which i want to start every 5 minutes with >>>> the >>>> "hop-run.bat" batch file . >>>> >>>> But when running this workflow file in the GUI it shows me errors at >>>> some >>>> of the workflows. When i start these failed workflows separately within >>>> their own project context now errors are shown. >>>> >>>> What am i doing wrong? >>>> >>>> Cheers, >>>> >>>> Andreas >>>> >>> >>> >>> -- >>> Neo4j Chief Solutions Architect >>> *✉ *matt.cast...@neo4j.com >>> >>> >>> >>>