msgraph-sdk-python icon indicating copy to clipboard operation
msgraph-sdk-python copied to clipboard

Long running operations Support

Open shemogumbe opened this issue 2 years ago • 1 comments

In Azure SDK/API as an example, Long running operations are performed in the following flow?

  1. A URL is returned that can be used to retrieve the result of the operation once completed.
  2. The URL can be used to monitor the status of the operation, at regular intervals until it is completed.
  3. 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

shemogumbe avatar Apr 20 '23 09:04 shemogumbe

Better yet, we have a task to write the spec https://github.com/microsoftgraph/msgraph-sdk-design/issues/83

JackSparrowGIF

baywet avatar Apr 20 '23 11:04 baywet