I have a flow with some tasks. At the end there I have a cleanup task (trigger: any_successful). So the cleanup task is always executed.
Now if I got an error, I would like to restart the flow and also execute this cleanup task. But this cleanup-task is not executed, because it was already successful at the first run. But I need to rerun this.
Is there an easy way to achieve this?
Thanks in advance!!