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

    Interface WorkflowRuleMetadata

    interface WorkflowRuleMetadata {
        actions?: WorkflowActionReference[];
        active: boolean;
        booleanFilter?: string;
        criteriaItems?: FilterItem[];
        description?: string;
        failedMigrationToolVersion?: string;
        formula?: string;
        fullName?: string;
        triggerType: WorkflowTriggerTypes;
        workflowTimeTriggers?: WorkflowTimeTrigger[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean
    booleanFilter?: string
    criteriaItems?: FilterItem[]
    description?: string
    failedMigrationToolVersion?: string
    formula?: string
    fullName?: string
    workflowTimeTriggers?: WorkflowTimeTrigger[]