Hi Knime community,
I have a series of workflows where one workflow waits for another to finish.
e.g I have workflow A and B.
- B will only start to execute when A has completely finished.
- B will not start if A have not finished.
- I have used wait node at the start of B workflow to wait for file creation from A workflow.
I have a scenario where A is not able to finish due to some reason and I have to force execute B workflow.
How can I handle the condition, where I want to force execute the B workflow know that A have not finished ?
Any help would be appreciated.
Thank you.