Question
How to appy a wait/retry on fusion scenario till a HTTP API module returns a complete status
I have a Fusion Scenario where the 1st module I invoke a HTTP Rest API.
The API has a property named "status" - that can take either of the 2 values below
1. Processing
2. Complete
I would like my scenario process further *only if* the status is complete. If the status
is in processing state - The scenario should wait and retry after 60 seconds.
Can anyone suggest me the ways to achieve this ?
Thanks
Harish