I have a scenario I'm struggling to come up with a fix for... Several concurrently running Flows/Subflows each that initiate a process against the Flow trigger's parent record.
Within one sc_request, there can be many sc_req_items. Each sc_req_item runs its own Flow. A step within the Flow is meant to complete a process against a single proc_po. That process can take several seconds. Each Flow makes it to the step that initiates the automation against the proc_po within a fraction of a second.
I know the automation should be initiated by a single source or a checking for a condition should happen sequentially. I don't have time to fully rework this process. For now, I'm looking for something I can add to the Flow while retaining everything else it already does. Something that makes each Flow aware of the others and coordinates allowing one to run the automation while forcing the rest to bypass.
Thoughts?