1

The result of the Data management framework's package REST API can be retrieved from the LCS logs so that customer can get details of result returned from the API later for their analysis purpose.


Link: https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-management-api#getexecutionsummarystatus



STATUS DETAILS
New

Comments

A

During the course of execution of execution ID "GetExecutionSummaryStatus API" was called multiple times what was value returned say if data project was executing it should log "executing" and if data project partially succeeded it logged "PartiallySucceeded" in logs and these details can be tracked from the LCS.) 

 

  Here are the possible values of the "GetExecutionSummaryStatus API."

  • Unknown
  • NotRun
  • Executing
  • Succeeded
  • PartiallySucceeded
  • Failed
  • Canceled


Category: Lifecycle Services