You add a ResponseTrigger to either a HttpClient component or Http Client Proxt Ext (this Proxy Ext is under
). The ResponseTrigger evaluates its logic each time the parent receives a response.In addition to the standard property (Enabled), this component provides these properties.
Property | Value | Description |
---|---|---|
Fire On | drop-down list |
Defines the trigger criterion using a response code:
|
Conditions | additional properties |
Provides a second way to define a trigger criterion by adding one or two conditions from the palette (BodyContains and HeaderContains), then configures the
And Boolean property appropriately.
For property descriptions refer to “Conditions (httpClient-HttpConditions)”. |
Triggered | true or false (default)
|
Reports
true when the ResponseTrigger component’s logical criteria have been fulfilled. Otherwise, it reports (false ).
|