I have 2 work item types in my model: ItemType1 and ItemType2.
Both ItemType1 and ItemType2 enter the separator.
ItemType 1 does not need to be split, only processed and then sent to a specific output port.
ItemType2 needs to be split into 2 work items, then 1 of each of the split work items needs to be routed to different ports. If one of the output ports is blocked, then neither of the newly split work items can exit the separator.
I do not have the option to send ItemType2 to 2 different output ports, while also holding block restrictions on it within the flow tab. Looking for some help on this one, thanks.
-Cam