I need help setting up a conditional release. I have a process with several resources and the allocation of each one of them depends on some conditions. The allocation process is continuous, at each time delimited for checking, the resources are released and the allocation conditions are evaluated again.
How to set up a generic release, which checks if the resource has been allocated, if so, deallocates, otherwise not. I would like to do this without using decides to split the flow as I have several features and several different releases for each of them.
Below is a schematic model of this process with just 1 resource for simplicity.