dag-scheduler / Exports / IScheduledBatchTriggerResult
Interface: IScheduledBatchTriggerResult
Result of a batch trigger operation, including any partial failure.
Table of contents
Properties
Properties
startedRuns
• startedRuns: IStartRunResult[]
Defined in
services/scheduler-trigger-service.ts:28
partialError
• Optional partialError: IDagError
Present when the batch was interrupted by a failure mid-iteration.