Skip to main content
Result of a single execution of the graph. It contains the output stream and the execution ID.

Interface Definition

interface ExecutionResult {
    variantName: string;
    outputStream: GraphOutputStream;
    executionId: string;
}

Properties

variantName

variantName: string
Variant of the graph that was executed.

outputStream

outputStream: GraphOutputStream
Output stream of the execution.

executionId

executionId: string
Unique identifier for this execution.