Code0 LogoCodeZero

ExecutionNodeResult

Represents a node result of an execution result

Fields without arguments

NameTypeDescription
createdAtTime!Time when this ExecutionNodeResult was created
errorExecutionErrorError returned by this node execution
finishedAtBigInt!Unix epoch time in microseconds when this node execution finished
functionDefinitionFunctionDefinitionFunction definition associated with this sub-flow result
idExecutionNodeResultID!Global ID of this ExecutionNodeResult
nodeFunctionNodeFunctionNode function associated with this result
parameterResults[ExecutionParameterResult!]!Parameter results produced by this node execution
positionInt!Position of this node result in the execution result
startedAtBigInt!Unix epoch time in microseconds when this node execution started
successJSONSuccessful value returned by this node execution
updatedAtTime!Time when this ExecutionNodeResult was last updated

On this page