System.GlobalSetting.ActivitySettingsActivity Settings

System.GlobalSetting.ActivitySettings (ClassType)

Settings for activities, such as ID prefix

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId5e04a50d-01d1-6fce-7946-15580aa8681d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
System.GlobalSetting.ActivitySettings:
SystemWorkItemActivityManualActivityIdPrefix  string  Manual Activity ID Prefix Manual Activity ID Prefix false 256  False  MA 
SystemWorkItemActivityReviewActivityIdPrefix  string  Review Activity ID Prefix Review Activity ID Prefix false 256  False  RA 
SystemWorkItemActivityIdPrefix  string  Activity ID Prefix Activity ID Prefix false 256  False  AC 
SystemWorkItemActivityParallelActivityIdPrefix  string  Parallel Activity Id Prefix Parallel Activity Id Prefix false 256  False  PA 
SystemWorkItemActivitySequentialActivityIdPrefix  string  Sequential Activity Id Prefix Sequential Activity Id Prefix false 256  False  SA 
SystemWorkItemActivityDependentActivityIdPrefix  string  Dependent Activity Id Prefix Dependent Activity Id Prefix false 256  False  DA 
MicrosoftSystemCenterOrchestratorRunbookAutomationActivityBaseIdPrefix  string      false 256  False  RB 

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ActivitySettings" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="SystemWorkItemActivityManualActivityIdPrefix" Type="string" DefaultValue="MA"/>
<Property ID="SystemWorkItemActivityReviewActivityIdPrefix" Type="string" DefaultValue="RA"/>
<Property ID="SystemWorkItemActivityIdPrefix" Type="string" DefaultValue="AC"/>
<Property ID="SystemWorkItemActivityParallelActivityIdPrefix" Type="string" Required="true" DefaultValue="PA"/>
<Property ID="SystemWorkItemActivitySequentialActivityIdPrefix" Type="string" Required="true" DefaultValue="SA"/>
<Property ID="SystemWorkItemActivityDependentActivityIdPrefix" Type="string" Required="true" DefaultValue="DA"/>
<Property ID="MicrosoftSystemCenterOrchestratorRunbookAutomationActivityBaseIdPrefix" Type="string" Required="true" DefaultValue="RB"/>
</ClassType>