Hi,
I have a Knime workflow like this
node1 --> node 2 ----------------> workflow one
|---------------------> workflow two
|---------------------> workflow three
|---------------------> workflow four
Base on the information of node 2, one or multiple workflows are then kick started.
After these workflow finish, I would like to update the database to reflect processing finish.
The question is, how to get the signal that these workflows finish ? (Because sometimes only one workflow being triggered, sometimes maybe multiple or all workflows would be triggered, depends on node 2 condition. Thus, it is possible that only workflow one being triggered while other workflow won't kick started at all)
Attached is the screen dump for reference