I have a process with two operators. Any of them can perform the task, but there must be a different operator to perform an independent review at some point after the task. How do I guarantee the acquisition of a separate operator?
I'm currently trying to construct a query to say 'acquire the_resource where the_resource != my_resource'. This is my attempt:
Is this a syntax issue or do I need a different approach?
Example model: AcquireDifferentResource.fsm