In my model the seize operator seizes a workers agent which move a pallete from source to sink, this part is working fine. But in the release operator I have configured the worker to go to their home node only if there is no more pallete, and the workers are going to the source node again directly from sink noode, but there they get stuck at the source node and not moving the pallete to sink node again.
Flow: source -> seize -> moveToSink -> Release -> sink