condition property

String? condition
getter/setter pair

Standard filter expression, when true the workflow will be executed.

If there's no trigger_criteria_task_implementation_class_name specified, the condition will be validated directly.

Required.

Implementation

core.String? condition;