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.

Ivo Velitchkov on
Interesting but please clarify the case you want to solve. What happens if none or both are available? Will the system function wait until at least one data item is available?
In any case you may consider the following solution-candidate: