Stream: implementers
Topic: PlanDefinition usage of multiple action.conditons
Reinhard Egelkraut (Sep 12 2017 at 01:01):
Hi @Bryn Rhodes ,
@Andreas Schuler and I just checked if there are any trackers concerning the usage of multiple conditions of an action in a planDefinition. We've just found #10172 in which the decision was made that the condition should be [0..*] and not [0..1] any more. So, to clarify what to do if multiple conditions of an action are in place and they are somehow contratidicting each other (for example an action has 2 conditions for applicability, the first one is true and the second one is false) we will create a new tracker item.
As we discussed there could be two proposed solutions:
- restrict the usage of applicability & co in the kind attribute, so if there are multiple conditions for an action that it is clear that applicability etc. can only be occur once
- introduce a new attribute for condition to indicate in case of a mutiple usage how the condtions are to be evaluated (either AND or XOR etc.)
Reinhard Egelkraut (Sep 20 2017 at 17:21):
@Bryn Rhodes just created GF#13926
Last updated: Apr 12 2022 at 19:14 UTC