InstanceExecutionResult Object
Represents the set of results of each step of execution for an Instance.
#
Return fieldsInt)#
allocatedMemoryMb (The number of MB of memory allocated by the runtime to execute this Execution.
Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the InstanceExecutionResult.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the InstanceExecutionResult.
InstanceExecutionResult)#
canceledByExecution (The Execution with a matching Unique Request ID that caused this Execution to be canceled.
DateTime)#
endedAt (The timestamp at which execution ended.
String)#
error (Any error message that occurred as part of Instance execution.
IntegrationFlow)#
flow (The specific IntegrationFlow that is associated with this Execution.
InstanceFlowConfig)#
flowConfig (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.
Boolean!)#
isTestExecution (Specifies whether Execution was created as part of testing.
LogConnection!)#
logs (The specific InstanceExecutionResult that is associated with the Log entry.
Int)#
maxRetryCount (The maximum number of times that this Execution may be retried before failing.
String!)#
requestPayloadMetadataUrl (The presigned URL to fetch metadata of the request payload that was sent to invoke Instance execution.
String!)#
requestPayloadUrl (The presigned URL to download the request payload that was sent to invoke Instance execution.
String!)#
responsePayloadMetadataUrl (The presigned URL to fetch metadata of the response payload that was received from the Instance execution.
String!)#
responsePayloadUrl (The presigned URL to download the response payload that was received from the Instance execution.
InstanceExecutionResultConnection!)#
retryAttempts (The Execution for which this Execution is a retry attempt.
Int)#
retryCount (The number of times that this Execution has been retried.
InstanceExecutionResult)#
retryForExecution (The Execution for which this Execution is a retry attempt.
DateTime)#
retryNextAt (The timestamp at which the next scheduled retry will occur.
String)#
retryUniqueRequestId (A Unique Request ID to use for retry request cancellation.
Int)#
spendMbSecs (The spend for this Execution in MB-secs.
DateTime!)#
startedAt (The timestamp at which execution started.
Int)#
stepCount (The number of steps in this Execution.
InstanceStepResultConnection!)#
stepResults (The InstanceExecutionResult to which the InstanceStepResult is associated.