Tag not monitored by Microsoft.
I'm confused by the below statements in your response. They seem to contradict each other.
- waitForCompletion: This property is essential. When set to
true, it ensures that the pipeline job waits for the external service to complete its operation and return a response. - Since the Azure DevOps
InvokeRESTAPItask doesn’t directly support waiting for a callback, you will typically need to implement a polling mechanism or a webhook to handle the response effectively.