lifecycle_workflows_workflows_task_reports
Creates, updates, deletes, gets or lists a lifecycle_workflows_workflows_task_reports resource.
Overview
| Name | lifecycle_workflows_workflows_task_reports |
| Type | Resource |
| Id | entra_id.identity_governance.lifecycle_workflows_workflows_task_reports |
Fields
The following fields are returned by SELECT queries:
- get
- list
Retrieved navigation property
| Name | Datatype | Description |
|---|---|---|
id | string | The unique identifier for an entity. Read-only. |
completedDateTime | string (date-time) | The date time that the associated run completed. Value is null if the run has not completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. (pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$) |
failedUsersCount | number (int32) | The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. |
lastUpdatedDateTime | string (date-time) | The date and time that the task report was last updated. (pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$) |
processingStatus | string | (queued, inProgress, completed, completedWithErrors, canceled, failed, unknownFutureValue) (title: lifecycleWorkflowProcessingStatus) |
runId | string | The unique identifier of the associated run. |
startedDateTime | string (date-time) | The date time that the associated run started. Value is null if the run has not started. (pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$) |
successfulUsersCount | number (int32) | The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. |
task | object | (x-ms-discriminator-value: #microsoft.graph.identityGovernance.task, title: entity) |
taskDefinition | object | (x-ms-discriminator-value: #microsoft.graph.identityGovernance.taskDefinition, title: entity) |
taskProcessingResults | array | The related lifecycle workflow taskProcessingResults. |
totalUsersCount | number (int32) | The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. |
unprocessedUsersCount | number (int32) | The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. |
Retrieved collection
| Name | Datatype | Description |
|---|---|---|
id | string | The unique identifier for an entity. Read-only. |
completedDateTime | string (date-time) | The date time that the associated run completed. Value is null if the run has not completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. (pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$) |
failedUsersCount | number (int32) | The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. |
lastUpdatedDateTime | string (date-time) | The date and time that the task report was last updated. (pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$) |
processingStatus | string | (queued, inProgress, completed, completedWithErrors, canceled, failed, unknownFutureValue) (title: lifecycleWorkflowProcessingStatus) |
runId | string | The unique identifier of the associated run. |
startedDateTime | string (date-time) | The date time that the associated run started. Value is null if the run has not started. (pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$) |
successfulUsersCount | number (int32) | The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. |
task | object | (x-ms-discriminator-value: #microsoft.graph.identityGovernance.task, title: entity) |
taskDefinition | object | (x-ms-discriminator-value: #microsoft.graph.identityGovernance.taskDefinition, title: entity) |
taskProcessingResults | array | The related lifecycle workflow taskProcessingResults. |
totalUsersCount | number (int32) | The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. |
unprocessedUsersCount | number (int32) | The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | workflow_id, task_report_id | Represents the aggregation of task execution data for tasks within a workflow object. | |
list | select | workflow_id | Get a list of the taskReport objects and their properties. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
task_report_id | string | The unique identifier of taskReport |
workflow_id | string | The unique identifier of workflow |
SELECT examples
- get
- list
Represents the aggregation of task execution data for tasks within a workflow object.
SELECT
id,
completedDateTime,
failedUsersCount,
lastUpdatedDateTime,
processingStatus,
runId,
startedDateTime,
successfulUsersCount,
task,
taskDefinition,
taskProcessingResults,
totalUsersCount,
unprocessedUsersCount
FROM entra_id.identity_governance.lifecycle_workflows_workflows_task_reports
WHERE workflow_id = '{{ workflow_id }}' -- required
AND task_report_id = '{{ task_report_id }}' -- required
;
Get a list of the taskReport objects and their properties.
SELECT
id,
completedDateTime,
failedUsersCount,
lastUpdatedDateTime,
processingStatus,
runId,
startedDateTime,
successfulUsersCount,
task,
taskDefinition,
taskProcessingResults,
totalUsersCount,
unprocessedUsersCount
FROM entra_id.identity_governance.lifecycle_workflows_workflows_task_reports
WHERE workflow_id = '{{ workflow_id }}' -- required
;