Type alias OrchestrationContext

OrchestrationContext: Metadata & {
    datasets: OrchestrationContextDataset[];
    description?: string | null;
    events: OrchestrationContextEvent[];
    imageFile: string;
    imageScale: number;
    masterLabel: string;
    runtimeType: string;
    salesforceObject?: string | null;
    salesforceObjectPrimaryKey?: string | null;
}

Type declaration

  • datasets: OrchestrationContextDataset[]
  • Optional description?: string | null
  • events: OrchestrationContextEvent[]
  • imageFile: string
  • imageScale: number
  • masterLabel: string
  • runtimeType: string
  • Optional salesforceObject?: string | null
  • Optional salesforceObjectPrimaryKey?: string | null