Can the flow action "wait for an approval" be triggered even if the approval was created by a different flow more than 30 days ago?
I would like to perform long running approvals (more than 30 days) by having 1 flow which which creates an approval, then waits for that approval, then if that wait action times out after 28 days, http post is made to another flow passing in the approval ID. Then the second flow begins with the wait for an approval action and so on.
I know that the approvals live in CDS much longer than flows can run for and I was hoping that the "wait for an approval" action was like a webhook which would resume my "listening" flow.
It's a little hard to test having recently cleared approvals older than 30 days, having build up of old approvals linking to expired flows is what I'm hoping to avoid by doing this.