Wait for external batch process
Summary
Wait for external batch processContent
Hi,
I need to wait for external batch process from within an action chain, I am calling external REST API that return job_id and with this job_id I need to call another external REST API that return the status and the output when completed.
The external process could take some time to finish, in this time I need to call the second API every 10 seconds and check the status.
How this can be done ?
Thanks
0