Hi,
I have created one master workflow to call multiple individual workflows using Runner and Conditional Runner Macro.
In this Master workflow , the first workflow is created to check the data load to table ,if that condition satisfies then only the remaining workflows to be triggered.
This workflow we have scheduled in the Alteryx Scheduler to run on every Sunday 1PM, and this workflow takes 7 hrs to complete.
Now the request has come up to schedule the Master workflow 2 more times to avoid any delay in data load,
We are planning to schedule the workflow 2nd and 3rd trigger within gap of 10 Hrs ( that will be 11PM on Sunday and 10AM on Monday)
I wanted to know what happens if my first trigger which is triggered on Sunday 1PM is not completed before 11PM .
- Will it start the 2nd scheduled run even if the first schedule is still in progress.
- If yes , how we can set a condition to trigger next schedule only if the previous schedule is completed.