Skip to main content

InstanceExecutionResult Object

Represents the set of results of each step of execution for an Instance.

Return fields#

allocatedMemoryMb (Int)#

The number of MB of memory allocated by the runtime to execute this Execution.

allowRemove (Boolean!)#

Specifies whether the signed-in User can remove the InstanceExecutionResult.

allowUpdate (Boolean!)#

Specifies whether the signed-in User can update the InstanceExecutionResult.

canceledByExecution (InstanceExecutionResult)#

The Execution with a matching Unique Request ID that caused this Execution to be canceled.

endedAt (DateTime)#

The timestamp at which execution ended.

error (String)#

Any error message that occurred as part of Instance execution.

flow (IntegrationFlow)#

The specific IntegrationFlow that is associated with this Execution.

flowConfig (InstanceFlowConfig)#

The specific InstanceFlowConfig for the Instance being executed.

id (ID!)#

The ID of the object

instance (Instance)#

The Instance for which a specific InstanceFlowConfig is being executed.

integration (Integration)#

The specific Integration that is associated with this Execution.

isTestExecution (Boolean!)#

Specifies whether Execution was created as part of testing.

logs (LogConnection!)#

The specific InstanceExecutionResult that is associated with the Log entry.

maxRetryCount (Int)#

The maximum number of times that this Execution may be retried before failing.

requestPayloadMetadataUrl (String!)#

The presigned URL to fetch metadata of the request payload that was sent to invoke Instance execution.

requestPayloadUrl (String!)#

The presigned URL to download the request payload that was sent to invoke Instance execution.

responsePayloadMetadataUrl (String!)#

The presigned URL to fetch metadata of the response payload that was received from the Instance execution.

responsePayloadUrl (String!)#

The presigned URL to download the response payload that was received from the Instance execution.

retryAttempts (InstanceExecutionResultConnection!)#

The Execution for which this Execution is a retry attempt.

retryCount (Int)#

The number of times that this Execution has been retried.

retryForExecution (InstanceExecutionResult)#

The Execution for which this Execution is a retry attempt.

retryNextAt (DateTime)#

The timestamp at which the next scheduled retry will occur.

retryUniqueRequestId (String)#

A Unique Request ID to use for retry request cancellation.

spendMbSecs (Int)#

The spend for this Execution in MB-secs.

startedAt (DateTime!)#

The timestamp at which execution started.

stepCount (Int)#

The number of steps in this Execution.

stepResults (InstanceStepResultConnection!)#

The InstanceExecutionResult to which the InstanceStepResult is associated.