In process flow, if I have two acquire resources (machine and operator), how do I enforce pulling only if both resources are available?
Right now, I'm using a max wait timer on the 2nd acquire resource set at 0.001 minutes with a decide on "failed" label and loop to release and reacquire the first resource again. Basically I'm releasing the first first resource and retrying to acquire both resourced within 0.001 mins.
This seemed inelegant to me, looking for other solutions.