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.

invokeType (InstanceExecutionResultInvokeType)

The type of origin that this execution was triggered from.

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.

replayForExecution (InstanceExecutionResult)

The Execution for which this Execution is a replay.

replays (InstanceExecutionResultConnection!)

The Execution for which this Execution is a replay.

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.

status (ExecutionStatus!)

The status of the Instance execution.

stepCount (Int)

The number of steps in this Execution.

stepResults (InstanceStepResultConnection!)

The InstanceExecutionResult to which the InstanceStepResult is associated.