msgraph-sdk-python
msgraph-sdk-python copied to clipboard
Long running operations Support
In Azure SDK/API as an example, Long running operations are performed in the following flow?
- A URL is returned that can be used to retrieve the result of the operation once completed.
- The URL can be used to monitor the status of the operation, at regular intervals until it is completed.
- Optionally a callback URL is availed that can be used to get notification once a long running operation is completed.
Technically, this looks like polling and a callback URL.
Do we have a spec on this for Graph SDKs @baywet @andrueastman @darrelmiller @ddyett @Ndiritu @samwelkanda