action property
Action to execute when ActionCondition is true. When RETRY_TASK is specified, we will retry failed tasks if we notice any exit code match and fail tasks if no match is found. Likewise, when FAIL_TASK is specified, we will fail tasks if we notice any exit code match and retry tasks if no match is found.
Implementation
@$pb.TagNumber(1)
LifecyclePolicy_Action get action => $_getN(0);
Implementation
@$pb.TagNumber(1)
set action(LifecyclePolicy_Action v) { setField(1, v); }