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
Optional description?: string | null
imageFile: string
imageScale: number
masterLabel: string
runtimeType: string
Optional salesforceObject?: string | null
Optional salesforceObjectPrimaryKey?: string | null