executionResult Query
Returns the specified InstanceExecutionResult object.
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_admin_instance_permissions, org_manage_instances, org_view_instances]. 2. The signed-in User has any of the following permissions for the object's 'instance_Customer' attribute: [customer_admin_instance_permissions, customer_view_instances, customer_manage_marketplace_integrations]. 3. The signed-in User has any of the following permissions for the object's 'instance' attribute: [instance_admin_permissions, instance_view, instance_edit, instance_remove]. 4. The signed-in User has any of the following permissions for any version of the related integration where the object is related to a 'system' instance: [integration_admin_permissions, integration_view, integration_edit, integration_remove]. 5. The signed-in User has any of the following permissions for the object's 'instance_Integration_Customer' attribute: [customer_admin_manage_instances, customer_admin_integration_permissions, customer_manage_integrations].
#
Input fieldsArgument | Type | Description |
---|---|---|
id | ID! | The ID of the InstanceExecutionResult object. |
InstanceExecutionResult)#
Return fields (Int)#
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.