In my main process flow, multiple resources are used in a sub-flow. After the resources are done with that process, I send the resources to a different sub-flow. The issue is when I try to release the resources they are still assigned to the token.
In real world terms, I need the resources(machines) to be recharged before being released, however I want the main process to continue. The attached model is a scaled-down version of the main model. I can't use a split or or any of the synchronize options.