| 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 |
Namespace: microsoft.graph.industryData
[!INCLUDE beta-disclaimer]
Represents details about the run of an outbound flow.
Inherits from industryDataRunActivity.
| 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. |
| Relationship | Type | Description |
|---|---|---|
| activity | microsoft.graph.industryData.industryDataActivity | The flow that was run by this activity. Inherited from industryDataRunActivity. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.industryData.outboundFlowActivity",
"blockingError": {
"@odata.type": "microsoft.graph.publicError"
},
"displayName": "String",
"status": "String"
}