API referenceInterfaces
NodeExecutionResult
Defined in: src/runner/Execution.ts:1
Properties
cancelled
cancelled: boolean;Defined in: src/runner/Execution.ts:11
duration
duration: number;Defined in: src/runner/Execution.ts:8
exitCode
exitCode: number;Defined in: src/runner/Execution.ts:5
input
input: Record<string, unknown>;Defined in: src/runner/Execution.ts:9
nodeId
nodeId: string;Defined in: src/runner/Execution.ts:2
nodeName
nodeName: string;Defined in: src/runner/Execution.ts:3
output
output: Record<string, unknown>;Defined in: src/runner/Execution.ts:10
stderr
stderr: string;Defined in: src/runner/Execution.ts:7
stdout
stdout: string;Defined in: src/runner/Execution.ts:6
success
success: boolean;Defined in: src/runner/Execution.ts:4