Skip to content

Commit 847ccd9

Browse files
Update api-reference/beta/resources/identitygovernance-userprocessingresult.md
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
1 parent 68a91c9 commit 847ccd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-reference/beta/resources/identitygovernance-userprocessingresult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Inherits from [entity](../resources/entity.md).
3636
|completedDateTime|DateTimeOffset|The date time that the workflow execution for a user completed. Value is null if the workflow hasn't completed.<br><br>Supports `$filter`(`lt`, `le`, `gt`, `ge`, `eq`, `ne`) and `$orderby`.|
3737
|failedTasksCount|Int32|The number of tasks that failed in the workflow execution.|
3838
|id|String|Identifier used for individually addressing a specific user processing result. Inherited from [entity](../resources/entity.md).<br><br>Supports `$filter`(`eq`, `ne`) and `$orderby`.|
39-
|processingStatus|[microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus](../resources/enums-identitygovernance-lifecycleworkflowprocessingstatus.md)|The workflow execution status. The possible values are: `queued`, `inProgress`, `completed`, `completedWithErrors`, `canceled`, `canceling`, `failed`, `unknownFutureValue`.<br><br>Supports `$filter`(`eq`, `ne`) and `$orderby`.|
39+
|processingStatus|[microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus](../resources/enums-identitygovernance-lifecycleworkflowprocessingstatus.md)|The workflow execution status. <br><br>Supports `$filter`(`eq`, `ne`) and `$orderby`.|
4040
|scheduledDateTime|DateTimeOffset|The date time that the workflow is scheduled to be executed for a user.<br><br>Supports `$filter`(`lt`, `le`, `gt`, `ge`, `eq`, `ne`) and `$orderby`.|
4141
|startedDateTime|DateTimeOffset|The date time that the workflow execution started. Value is `null` if the workflow execution hasn't started.<br><br>Supports `$filter`(`lt`, `le`, `gt`, `ge`, `eq`, `ne`) and `$orderby`.|
4242
|totalTasksCount|Int32|The total number of tasks that in the workflow execution.|

0 commit comments

Comments
 (0)