I’m creating a scenario where I employ an HTTP request to obtain a response from an AI agent. However, it consistently returns “in progress,” requiring me to either wait or rerun the scenario. I’m considering implementing a repeater, but I’m unsure how to configure it to halt once the status changes to “complete.”
Scenario Outline:
- Initiate an HTTP request to the AI agent.
- Receive a response indicating “in progress.”
- Repeat the request until the status changes to “complete.”
- Halt the repeater upon receiving the “complete” status.
How can I configure the repeater to stop execution once the status changes to “complete”?
Scenario: