I was wondering if, by any mean, it was possible to know when a scheduled workflow ends.
I’m running a “schedule workflow on a list” task and I’d like to trigger an event when the last workflow on this list has terminated.
I tried something with the workflow IDs:
1st- adding them in a list
2nd- remove each workflow ID just before the end of the workflow
3rd- trigger an event when the list is empty
The problem is that when an error occurs, the ID is not removed.
Anyway, this solution seems really overkill and I’m pretty sure there’s something I’ve been missing.