InstanceStepResult
Represents the result of executing a specific step of an Integration as part of an Instance execution.
#
Return fieldsID!)#
id (The ID of the object.
InstanceExecutionResult!)#
executionResult (The InstanceExecutionResult to which the InstanceStepResult is associated.
DateTime!)#
startedAt (The timestamp at which execution of the step started.
DateTime)#
endedAt (The timestamp at which execution of the step ended.
String)#
stepName (The name of the IntegrationAction that generated this result.
String)#
displayStepName (The display name of the IntegrationAction that generated this result.
String)#
loopStepName (The name of the IntegrationAction that is the Loop containing the IntegrationAction that generated this result, if any.
Int)#
loopStepIndex (The iteration index of the containing Loop IntegrationAction at the time this result was generated, if any.
Boolean!)#
isLoopStep (Specifies whether the result was generated by a Loop IntegrationAction.
String)#
loopPath (A string containing a sequence of space-separated 'loopStepName:iterationNumber' tokens that allow this result to be requested based solely on loop positions and iteration numbers
Boolean!)#
isRootResult (Identifies whether this is a 'root level' result or whether this is contained in a loop.
String!)#
resultsUrl (The presigned URL to download the result of this specific step of the Instance execution.
String!)#
resultsMetadataUrl (The presigned URL to fetch metadata of the result of this specific step of the Instance execution.
String)#
loopInputsUrl (The presigned URL to download the inputs for this specific step if it is a Loop step.
String)#
loopInputsMetadataUrl (The presigned URL to fetch metadata of the inputs for this specific step if it is a Loop step.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the InstanceStepResult.
Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the InstanceStepResult.