Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 3.33 KB

File metadata and controls

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

outboundFlowActivity resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

Represents details about the run of an outbound 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 that was run by this activity. Inherited from industryDataRunActivity.

JSON representation

The following JSON representation shows the resource type.

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