Hello,
I would need your help for the following challenge:
In a workflow, I would like to trigger my event “n+1” at the condition that the status of my demand from a post_demand API call made at step “n-1” is “SOLVED” .
At step “n” I actually make a get_status API call to access the status of the initial demand (step “n-1”). How do I make a loop that keeps on checking the status of the demand or in other words how do I make a “while loop” that contains the [get_status API call] while status is not “SOLVED”?
Thanks!


