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

    Interface WorkflowMetadata

    interface WorkflowMetadata {
        alerts?: WorkflowAlert[];
        fieldUpdates?: WorkflowFieldUpdate[];
        flowActions?: WorkflowFlowAction[];
        fullName?: string;
        knowledgePublishes?: WorkflowKnowledgePublish[];
        outboundMessages?: WorkflowOutboundMessage[];
        rules?: WorkflowRuleMetadata[];
        send?: WorkflowSend[];
        tasks?: WorkflowTask[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    alerts?: WorkflowAlert[]
    fieldUpdates?: WorkflowFieldUpdate[]
    flowActions?: WorkflowFlowAction[]
    fullName?: string
    knowledgePublishes?: WorkflowKnowledgePublish[]
    outboundMessages?: WorkflowOutboundMessage[]
    send?: WorkflowSend[]
    tasks?: WorkflowTask[]