WorkflowRule: Metadata & {
    actions: WorkflowActionReference[];
    active: boolean;
    booleanFilter?: string | null;
    criteriaItems: FilterItem[];
    description?: string | null;
    formula?: string | null;
    triggerType: string;
    workflowTimeTriggers: WorkflowTimeTrigger[];
}

Type declaration