I have 3 standalone workflows to do different analyses/file manipulations, but there is a case when I would want to use all three strung together on right after another.
I have them scheduled to run a minute after each other, but since they take an unknown amount of time (multiple hours) I can't find a good way to actually chain these 3 together without just assuming a worst case timing and having them run days apart from one another.
I've seen people say use the events/run command to kick off the next workflow, but then the 3 will be forever chained and I could never use only 1 independently.
Am I doomed to have 3 chained workflows, and then re-upload 3 unchained workflows? That would really add some confusion and clutter to the gallery.
Please I hope someone has figured out how to schedule a series of workflows!