Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 3.32 KB

File metadata and controls

57 lines (44 loc) · 3.32 KB
title inboundFlowActivity resource type
description Represents details about the run of an inbound flow.
author mlafleur
ms.localizationpriority medium
ms.subservice industry-data-etl
doc_type resourcePageType
ms.date 07/22/2024

inboundFlowActivity resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

Represents details about the run of an inbound flow.

Inherits from industryDataRunActivity.

Properties

Property Type Description
blockingError microsoft.graph.publicError An error object to diagnose critical failures in an activity. Inherited from industryDataRunActivity.
displayName String The name of the running flow. Inherited from industryDataRunActivity.
status microsoft.graph.industryData.industryDataActivityStatus The current status of the activity. Inherited from industryDataRunActivity. The possible values are: inProgress, skipped, failed, completed, completedWithErrors, completedWithWarnings, unknownFutureValue.

Relationships

Relationship Type Description
activity microsoft.graph.industryData.industryDataActivity The flow performed by this activity. Inherited from industryDataRunActivity.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.inboundFlowActivity",
  "blockingError": {
    "@odata.type": "microsoft.graph.publicError"
  },
  "displayName": "String",
  "status": "String"
}