I am trying to model a process that requires two operators where one will finish before the other. I have a subflow setup that pulls two resources and creates two child tokens with one of the two resources. Each token is then sent through a round robin decide to a set of tasks (it does not matter which resources performs the task). Each token finishes the task at a different time. I need the resources to be released when their assigned tasks are completed. I have tried using a Release Resource operation within the subflow after the task sequence; however they are currently waiting until both are finished and returning to the parent to release each resource.