vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ApprovalStep

    interface ApprovalStep {
        allowDelegate?: boolean;
        approvalActions?: ApprovalAction;
        assignedApprover: ApprovalStepApprover;
        description?: string;
        entryCriteria?: ApprovalEntryCriteria;
        ifCriteriaNotMet?: StepCriteriaNotMetType;
        label: string;
        name: string;
        rejectBehavior?: ApprovalStepRejectBehavior;
        rejectionActions?: ApprovalAction;
    }
    Index

    Properties

    allowDelegate?: boolean
    approvalActions?: ApprovalAction
    assignedApprover: ApprovalStepApprover
    description?: string
    entryCriteria?: ApprovalEntryCriteria
    ifCriteriaNotMet?: StepCriteriaNotMetType
    label: string
    name: string
    rejectionActions?: ApprovalAction