Hi all,
I have a query about the feasibility of creating a workflow under the following criteria:

The idea is that the entire workflow is scheduled every 15 minutes and "container 2" is only executed conditional on the result of "container 1". In other words, the container 1 will look for a flag in a specific folder and if it is present, container 2 will run. We don't want to ping the database every 15 minutes as that is not a best practice.
Do anyone know if this is feasible?
Any help or similar solution will be greatly appreciated.
Thanks in advance!