IntegrationFlow Object
Relates an Integration to a hierarchical structure of Component Actions that define the behavior of one of potentially several workflows that comprise the Integration.
#
Return fieldsBoolean!)#
allowRemove (Specifies whether the signed-in User can remove the IntegrationFlow.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the IntegrationFlow.
String)#
description (Additional notes about the IntegrationFlow.
IntegrationFlowEndpointSecurityType!)#
endpointSecurityType (Specifies the security configuration to use for the endpoint of this IntegrationFlow.
ID!)#
id (The ID of the object
Boolean!)#
isSynchronous (Specifies whether responses to Executions of this IntegrationFlow are synchronous. Responses are asynchronous by default.
DateTime)#
lastExecutedAt (The timestamp at which this IntegrationFlow was most recently executed as part of an Instance.
String!)#
name (The displayed name of the IntegrationFlow.
[String])#
organizationApiKeys (The API key(s) to use for the endpoint of this IntegrationFlow when the endpoint security type is 'organization'.
Int!)#
retryDelayMinutes (Specifies the delay in minutes between retry attempts of Executions of this IntegrationFlow.
Int!)#
retryMaxAttempts (Specifies the maximum number of retry attempts that will be performed for Executions of this IntegrationFlow.
Expression)#
retryUniqueRequestIdField (Specifies a reference to the data to use as a Unique Request ID for retry request cancellation.
Boolean!)#
retryUsesExponentialBackoff (Specifies whether to use exponential backoff in scheduling retries of Executions of this IntegrationFlow.
Int!)#
sortOrder (The order in which the IntegrationFlow will appear in the UI.
UUID)#
stableId (Represents identity across different integration versions.
String)#
testContentType (Content type of the payload for testing this Integration Flow.
InstanceExecutionResultConnection!)#
testExecutionResults (The Execution Results that were generated during testing.
JSONString)#
testHeaders (Headers of the request for testing this Integration Flow.
String)#
testPayload (Data payload for testing this Integration Flow.
String!)#
testUrl (The URL of the endpoint that triggers execution of the Integration Flow in the Test Runner.
IntegrationAction!)#
trigger (The IntegrationAction that is the trigger for the Integration Flow.