Exception Projection

System.WorkItem.Exception.ProjectionType (TypeProjection)

Element properties:

TypeSystem.WorkItem.Exception
AccessibilityPublic

Source Code:

<TypeProjection ID="System.WorkItem.Exception.ProjectionType" Accessibility="Public" Type="Exception!System.WorkItem.Exception">
<Component Alias="ModifiedBy" Path="$Target/Path[Relationship='Exception!System.ExceptionModifiedBy']$"/>
<Component Alias="ApprovedBy" Path="$Target/Path[Relationship='Exception!System.ExceptionApprovedBy']$"/>
<Component Alias="CreatedBy" Path="$Target/Path[Relationship='WorkItem!System.WorkItemCreatedByUser']$"/>
<!--Excluded CIs-->
<Component Alias="ExcludedConfigItems" Path="$Target/Path[Relationship='Exception!System.ExceptionRelatedConfigItem']$">
<Component Alias="CIOwner" Path="$Target/Path[Relationship='System!System.ConfigItemOwnedByUser']$"/>
</Component>
<!--Affected Programs-->
<Component Alias="RelatedPrograms" Path="$Target/Path[Relationship='Exception!System.ExceptionRelatedPolicyItem']$">
<Component Alias="ProgramOwner" Path="$Target/Path[Relationship='System!System.ConfigItemOwnedByUser']$"/>
</Component>
<!--Affected CAs-->
<Component Alias="AffectedCAs" Path="$Target/Path[Relationship='Exception!System.ExceptionRelatedWorkItem' TypeConstraint='Compliance!System.Compliance.ControlActivity']$">
<Component Alias="CAOwner" Path="$Target/Path[Relationship='Compliance!System.Compliance.ControlActivityOwnedBy']$"/>
</Component>
<!--Related Review Activities-->
<Component Alias="RelatedReviewActivities" Path="$Target/Path[Relationship='Activity!System.WorkItemContainsActivity']$">
<Component Alias="RAReviewer" Path="$Target/Path[Relationship='Activity!System.ReviewActivityHasReviewer']$">
<Component Alias="RAReviewerName" Path="$Target/Path[Relationship='Activity!System.ReviewerIsUser']$"/>
</Component>
</Component>
</TypeProjection>