inboundFlowActivity 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 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"
}