InstanceStepResult Object
Represents the result of executing a specific step of an Integration as part of an Instance execution.
#
Return fieldsBoolean!)#
allowRemove (Specifies whether the signed-in User can remove the InstanceStepResult.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the InstanceStepResult.
String)#
branchName (The name of the branch containing the IntegrationAction that generated this result, if any.
String)#
displayStepName (The display name of the IntegrationAction that generated this result.
DateTime)#
endedAt (The timestamp at which execution of the step ended.
InstanceExecutionResult!)#
executionResult (The InstanceExecutionResult to which the InstanceStepResult is associated.
ID!)#
id (The ID of the object
Boolean!)#
isLoopStep (Specifies whether the result was generated by a Loop IntegrationAction.
Boolean!)#
isRootResult (Identifies whether this is a 'root level' result or whether this is contained in a loop.
String)#
loopInputsMetadataUrl (The presigned URL to fetch metadata of the inputs for this specific step if it is a Loop step.
String)#
loopInputsUrl (The presigned URL to download the inputs for this specific step if it is a Loop step.
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
Int)#
loopStepIndex (The iteration index of the containing Loop IntegrationAction at the time this result was generated, if any.
String)#
loopStepName (The name of the IntegrationAction that is the Loop containing the IntegrationAction that generated this result, if any.
String!)#
resultsMetadataUrl (The presigned URL to fetch metadata of the result of this specific step of the Instance execution.
String!)#
resultsUrl (The presigned URL to download the result of this specific step of the Instance execution.
DateTime!)#
startedAt (The timestamp at which execution of the step started.
String)#
stepName (The name of the IntegrationAction that generated this result.