We have a functioning solution that creates data in d365 through the "Data management package REST API". When we obtain the status of the import using GetExecutionSummaryStatus we sometimes get "Failed" even though the package is actually loaded successfully.
First, where can we get an actual definition of the statuses? :
Unknown
NotRun
Executing
Succeeded
PartiallySucceeded
Failed
Canceled
Second: I am getting a Failed status from GetExecutionSummaryStatus ,
then 10 seconds later, If i check again with GetExecutionSummaryStatus, I get Succeeded ?
Is that supposed to happen ?
thanks