| title | previewFailedTask resource type |
|---|---|
| description | Represents a task that failed during a preview operation. |
| author | KristinaSmith |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 02/26/2026 |
Namespace: microsoft.graph.identityGovernance
[!INCLUDE beta-disclaimer]
Represents a task that failed during a preview operation of a workflow.
| Property | Type | Description |
|---|---|---|
| definitionId | String | The identifier of the task definition of the task that failed during the preview operation of a workflow. |
| failureReason | String | The reason why the task failed in the preview operation of a workflow. |
| name | String | The name of the task that failed within the preview operation of a workflow. |
| taskId | String | The identifier of the task that failed during the preview operation of a workflow. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.previewFailedTask",
"definitionId": "String",
"failureReason": "String",
"name": "String",
"taskId": "String"
}