I have a multiprocessor that processes two types of items: Type 1 goes through Process1 only, and Type 2 goes through Process2 only. What I would like to do is that after each process, assign a new label called "Check", where Check 1 goes to the next fixed resource (Queue2), and Check 2 forces the item to go through the multiprocessor again.
Right now in the "On Process Finish" trigger, the "Check" label is assigned after the item goes through all the processes. So there are two parts to my questions:
- How to assign a label after a specific process in multiprocessor?
- How to create a conditional feedback loop within the multiprocessor?
Any help would be much appreciated!