I have a flow that I only want to run on the 6th working day of the month.
To do this I have a small container that determines whether or not its the 6th working day of the month.
If so then the last tool (a filter tool) has data and is connected to a control container which holds the remainder of the workflow.
When the filter feeds the control container data the workflow works as intended.
When its not the 6th and the filter has 0 records the control container should not be activated.
I do get an error however from a join tool within the control container that says its missing one of the fields which the tool uses for the join.
Apparently the input does not output (meta)data but the join after that input tool errors because of this nonetheless.
I do not want to get this error, because the control container should not run at all.
How can I solve this?