For more complex availability checks i need to expand it into HA services. For example: Availability = (host1;check1 & host1;check2 & host1;check3) || (host2;check1 & host2;check2 & host2;check3)
But regarding the error messages I see that neither grouping nor mixing & and || are supported.
Do I do something wrong or are there other possibilities to get an availability check with business process objects done?