Prerequisites: The httpClient palette is open.
- Expand ResponseChaining in the palette.
- Do one of the following to configure secondary components:
- For an HttpClient, drag a ResponseChain from the palette to your HttpClient component in the station.
- For an HttpClientDevice, expand and drag a ResponseChain from the palette to the Proxy Ext node in the Nav tree.
- Double-click the ResponseChain.
The component’s
AX Property Sheet opens.
- To add a secondary client, expand the Targets drop-down list, select a client and click the plus button (
).The secondary clients appear below the drop-down list.
- To remove a secondary client, click the X next to the client.
- Configure the
Delay Between Each Request
and click Save.This defines the minimum amount of time to elapse between the invocation of the Send action for each target client.
When a parent client receives a response, if the conditional logic and Fire On
logic are met, each of the secondary clients in the Targets
list sends in sequence.