I'm have some problems with the Release in Process Flow.
I need to set up a generic Release, which checks if the resource has been allocated, if so, deallocates, otherwise not. To do this, I'm trying to use a conditional label in "Resource(s) Assigned To" at Release, which evaluates whether the resource's label exists in the token, if so, the resource has been allocated and must be deallocated, if the label does not exist, the resource has not been allocated and the token must bypass the Release, but it is not working.
If the Release activity was designed to not thrown any exceptions or make any complaints if you pass it a label that doesn't have an associated Resource. What could be happending?
Thanks in advance.