Knime Server schedule as series

Hi all,

I need a help about knime server scheduling. I have 6 flows for 3 stores.

Like;

Store1_flow1, Store1_flow2
Store2_flow1, Store2_flow2
Store3_flow1, Store3_flow2

I want to start execution Store1_flow1, Store2_flow1 and Store3_flow1 in same time
and
after Store1_flow1has finished, Store1_flow2 must start
after Store2_flow1has finished, Store2_flow2 must start
after Store3_flow1has finished, Store3_flow2 must start

Hi @yunusEG,

You should build a “meta” workflow that defines the execution order, and then only schedule that one. Inside the workflow, you can call the other workflows using the Call Workflow node, see here: https://kni.me/n/zhYELiOdCKD64rlU

Cheers,
Roland

2 Likes