Code0 LogoCodeZero

ExecutionResult

Represents an execution result

Fields without arguments

NameTypeDescription
createdAtTime!Time when this ExecutionResult was created
errorExecutionErrorError returned by the execution result
finishedAtBigInt!Unix epoch time in microseconds when this execution result finished
flowFlow!Flow executed by this execution result
idExecutionResultID!Global ID of this ExecutionResult
inputJSONInput recorded in the execution result
nodeResultsExecutionNodeResultConnection!Node results produced by this execution result
startedAtBigInt!Unix epoch time in microseconds when this execution result started
successJSONSuccessful value returned by the execution result
updatedAtTime!Time when this ExecutionResult was last updated

On this page