Share via


ProcessRoles Table (System.Identity Schema)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Associates a Party to the Process role.

Fields

The following table lists the fields in the ProcessRoles table.

Column Type Required Description

Folder

int

yes

The Modeling Services Folder associated with the Process role. References the [Repository.Item].[FoldersTable] view.

Id

bigint

yes

The unique identifier of the Process role.

KindId

bigint

The unique identifier of a Kind that describes additional information about the Process role. References the [System.Identity].[Kinds] view.

StartDate

datetime2(7)

The start date of the Process role.

EndDate

datetime2(7)

The end date for the Process role.

PartyId

bigint

yes

The unique identifier of the Party that belongs to the Process role. References the [System.Identity].[Parties] view.

TenantId

bigint

yes

References the [System.Identity].[Parties] view.

DefaultForRole

bit

yes

A bit flag that specifies the Role is a Default Role for the Party.

ContextId

bigint

The unique identifier of the Party for whom the Process is acting. References the [System.Identity].[Parties] view.

SecondaryKindId

bigint

References the [System.Identity].[Kinds] view.

StatusId

bigint

The unique identifier of a Kind that reflects the status of the Process. References the [System.Identity].[Kinds] view.

Remarks

See Also

Reference

System.Identity Tables
System.Identity Schema

Send comments about this topic to Microsoft.