Sequential Activity (advanced)

System.WorkItem.Activity.SequentialActivityProjection (TypeProjection)

Defines the properties used in sequential activity forms

Element properties:

TypeSystem.WorkItem.Activity.SequentialActivity
AccessibilityPublic

Source Code:

<TypeProjection ID="System.WorkItem.Activity.SequentialActivityProjection" Accessibility="Public" Type="Activity!System.WorkItem.Activity.SequentialActivity">
<Component Alias="ParentWorkItem" Path="$Target/Path[Relationship='Activity!System.WorkItemContainsActivity' SeedRole='Target']$"/>
<Component Alias="ActivityCreatedBy" Path="$Target/Path[Relationship='WorkItem!System.WorkItemCreatedByUser']$"/>
<Component Alias="ActivityAssignedTo" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$"/>
<Component Alias="ActivityCanBeEditedBy" Path="$Target/Path[Relationship='Activity!System.ActivityCanBeEditedByUser']$"/>
<Component Alias="ActivityAboutConfigItem" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem']$"/>
<Component Alias="DependentActivity" Path="$Target/Path[Relationship='Activity!System.DependentActivityDependsOnWorkItem' SeedRole='Target']$"/>
<Component Alias="RelatedConfigItem" Path="$Target/Path[Relationship='WorkItem!System.WorkItemRelatesToConfigItem']$"/>
<Component Alias="RelatedWorkItem" Path="$Target/Path[Relationship='WorkItem!System.WorkItemRelatesToWorkItem']$">
<Component Alias="RelatedWorkItemAssignedTo" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$"/>
</Component>
<Component Alias="RelatedWorkItemSource" Path="$Target/Path[Relationship='WorkItem!System.WorkItemRelatesToWorkItem' SeedRole='Target']$">
<Component Alias="RelatedWorkItemAssignedTo" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$"/>
</Component>
<Component Alias="FileAttachment" Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasFileAttachment']$">
<Component Alias="FileAttachmentAddedBy" Path="$Target/Path[Relationship='SupportingItem!System.FileAttachmentAddedByUser']$"/>
</Component>
<Component Alias="RelatedKnowledge" Path="$Target/Path[Relationship='CoreKnowledge!System.EntityLinksToKnowledgeDocument']$"/>
</TypeProjection>