Skip to content

Interpret delay within Conditions

René Paris requested to merge feature/condition_delay into main

Conditions are now parsed into specialized ConditionNodes which properly deal with the attribute "delay", i.e. that the condition only succeeds when the underlying ByValueCondition or ByEntityCondition succeeds AND a period of time (= delay) is elapsed.

Note that ConditionEdges are not interpreted yet.

Merge request reports