Morning!
If say I have a task t1 that shall run 3 times per day. On every run it should also trigger another task t2.
If I just let t2 trigger on t1 == complete. T2 will only run once. If I put a ecflow_client requeue on t2 it will run indefinitely after the t1s third run.
Is there any way to tell a job to only complete after it has run a set amount of times?
Regards,
Pontus Brander