Hi,
My use-case is to schedule next http endpoints invocation only after confirming that current run long running invocation completed. However, from the documentation, don't see a way to check job status post invocation.
I understand that at the time of HttpTarget invocation it immediately returns response code between 200-299 instead of waiting for the job completion, an async behaviour. Document doesn't talk about any polling to periodically check job status and unlikely there will be a callback for httpTarget once job completes.
Thanks,
Amit