Workflow Participation
This SQL View includes user detail for those users resolved for a process swim lane.
Back to Reporting SQL Views.
| Field Name | DB Type | Type | Nullable | Description |
|---|---|---|---|---|
| UserName | nvarchar | String | 0 | User name of the user. domain\username |
| DisplayName | nvarchar | String | 0 | Display name of the user. |
| ProcessId | uniqueidentifier | Guid | 0 | ID of process in which the user has participated. |
| DefName | nvarchar | String | 0 | Name of the solution to which the process belongs. |
| ProductName | nvarchar | String | 0 | Name of the CRM product to which the user license belongs to. For example, Studio Developer Standard User or Studio Runner. |
| LicenseTypeName | nvarchar | String | 0 | License type name to which the user license belongs. For example, Perpetual Subscription. |