precondition property

String? precondition
getter/setter pair

Standard filter expression evaluated before execution.

Independent of other conditions and tasks. Can be used to enable rollout. e.g. "rollout(5)" will only allow 5% of incoming traffic to task.

Optional.

Implementation

core.String? precondition;