Does anyone have advice on how to model the fact that only one of two clusters is available AND required for a system function?
In the case I am modeling, only one of the data clusters is given as input to the process. I would like to not have to duplicate occurances of a system function to express that one or the other cluster was provided to the process.
The image below is mocked up. i.e. the entire method filter does not allow connections between a data cluster and an XOR. However, this expresses what I want. i.e. Which ever cluster that was fed to the process will be used by the system function.