Description
Hi,
I wanted to use "RepeatPolicy" to execute a sub-workflow.
When I launch the main DAG, the first execution works fine (even though the status remains "not started" on the sub-workflow). But the subsequent ones don't. The sub-workflow doesn't run. It seems like it can't launch. Additionally, zombie processes appear.
Also, no email notification of failure (defined in my base.yaml file).
"RepeatPolicy" works fine with a command directly in the main DAG.
I am attaching the main DAG "TestRepeatRun" and the sub-workflow "RepeatRun".
RepeatRun.yaml.txt
TestRepeatRun.yaml.txt
Zombie processes:
Processes marked are dead processes (so-called "zombies") that remain because their parent has not destroyed them properly.
I'm using the last release:
Regards,
Jeremy