Skip to main content

TestIntegrationFlowResult Object

Result of testing an IntegrationFlow.

Return fields#

body (String)#

The HTTP body of the response returned by the InstanceFlow's Trigger.

execution (InstanceExecutionResult)#

The InstanceExecutionResult that specifies the result of testing the IntegrationFlow.

flow (IntegrationFlow)#

The IntegrationFlow that was tested.

headers (JSONString)#

The HTTP headers of the response returned by the InstanceFlow's Trigger.

statusCode (Int)#

The HTTP status code of the response returned by the InstanceFlow's Trigger.