IntegrationAction Object
Represents an association of a Component Action to an Integration.
#
Return fieldsAction!)#
action (The specific Component Action that is being associated to the IntegrationFlow.
Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the IntegrationAction.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the IntegrationAction.
String!)#
description (A brief description of the IntegrationAction.
IntegrationActionErrorHandlerType)#
errorHandlerType (The type of error handling to use when failures occur for this IntegrationAction.
ID!)#
id (The ID of the object
ExpressionConnection!)#
inputs (The collection of Expressions that serve as inputs to the IntegrationAction.
Integration!)#
integration (The Integration to which the IntegrationAction is associated via the IntegrationFlow.
String!)#
name (The displayed name of the IntegrationAction.
Int)#
retryDelaySeconds (Specifies the delay in seconds between retry attempts for failures of this IntegrationAction.
Boolean)#
retryIgnoreFinalError (Specifies whether to fail the Execution when the final retry attempt fails for this IntegrationAction, or whether to ignore and continue.
Int)#
retryMaxAttempts (Specifies the maximum number of retry attempts that will be performed for failures of this IntegrationAction.
Boolean)#
retryUsesExponentialBackoff (Specifies whether to use exponential backoff in scheduling retries for failures of this IntegrationAction.