industryDataActivityStatistics resource type

Namespace: microsoft.graph.industryData

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents an abstract base type for statistics for a single activity within a run.

Base type of inboundActivityResults.

Properties

Property Type Description
activityId String The identifier for the activity that is being reported on.
displayName String The display name of the underlying flow.
status microsoft.graph.industryData.industryDataActivityStatus The latest status of the activity in the run. The possible values are: inProgress, skipped, failed, completed, completedWithErrors, completedWithWarnings, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.industryDataActivityStatistics",
  "activityId": "String",
  "displayName": "String",
  "status": "String"
}