| title | ExecutionResult |
|---|
Represents an execution result
| Name | Type | Description |
|---|---|---|
createdAt |
Time! |
Time when this ExecutionResult was created |
error |
ExecutionError |
Error returned by the execution result |
finishedAt |
BigInt! |
Unix epoch time in microseconds when this execution result finished |
flow |
Flow! |
Flow executed by this execution result |
id |
ExecutionResultID! |
Global ID of this ExecutionResult |
input |
JSON |
Input recorded in the execution result |
nodeResults |
ExecutionNodeResultConnection! |
Node results produced by this execution result |
startedAt |
BigInt! |
Unix epoch time in microseconds when this execution result started |
success |
JSON |
Successful value returned by the execution result |
updatedAt |
Time! |
Time when this ExecutionResult was last updated |