Question

run 2 workspaces using workspace runner

  • 26 April 2019
  • 1 reply
  • 6 views

Badge +4

Hi

 

I have two workbenches that I want to run - the three output files from the first workbench are used in the second, albeit later on in the translation, so the first needs to complete before the second runs.

I have created a new workbennch and added a workspace runner to run the first process and a second to run the second workbench (after first is successful). However, the first workspace runner needs an input and I have no idea what to use- all I want it to do is run the two existing workbenches one after the other. Can it not work like that? If not is there another way I can run the two, ensuring the first finishes before the second starts?

 

Thanks


1 reply

Userlevel 1
Badge +21

You can just use a creator as a 'trigger' feature for the first workspace runner. Ensure Wait for Job to Complete is set to yes, the output from the succeeded port can then trigger the second workspace

Reply