I have a model where my operator is manning multiple machines in a start to finish process. Within that process, there are 4 identical machines but the operator must make a decision on which machine to pick based on whether or not it is being used. How can I implement that logic into my process flow? I currently have a decide block and an acquire processor block but am unsure on how to create a stacked decision-making block.