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

    Interface WorkflowOutboundMessage

    interface WorkflowOutboundMessage {
        apiVersion: number;
        description?: string;
        endpointUrl: string;
        fields?: string[];
        fullName?: string;
        includeSessionId: boolean;
        integrationUser: string;
        name: string;
        protected: boolean;
        useDeadLetterQueue?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apiVersion: number
    description?: string
    endpointUrl: string
    fields?: string[]
    fullName?: string
    includeSessionId: boolean
    integrationUser: string
    name: string
    protected: boolean
    useDeadLetterQueue?: boolean