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

    Interface OrchestrationContextMetadata

    interface OrchestrationContextMetadata {
        datasets?: OrchestrationContextDataset[];
        description?: string;
        events?: OrchestrationContextEvent[];
        fullName?: string;
        imageFile: string;
        imageScale: number;
        masterLabel: string;
        runtimeType: string;
        salesforceObject?: string;
        salesforceObjectPrimaryKey?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    fullName?: string
    imageFile: string
    imageScale: number
    masterLabel: string
    runtimeType: string
    salesforceObject?: string
    salesforceObjectPrimaryKey?: string