Orkestroinnin pysyvän poistamisen sääntö

Orch.HouseKeeingRule.Groom (Rule)

Element properties:

TargetMicrosoft.SystemCenter.Orchestration.WorkflowTarget
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Scheduler Default
Orch.HouseKeepingModule.Groom WriteAction Microsoft.SystemCenter.Orchestration.HouseKeeping Default

Source Code:

<Rule ID="Orch.HouseKeeingRule.Groom" Enabled="true" Target="Microsoft.SystemCenter.Orchestration.WorkflowTarget" ConfirmDelivery="true">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Minutes">10</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Orch.HouseKeepingModule.Groom" TypeID="Microsoft.SystemCenter.Orchestration.HouseKeeping">
<CleanUpTaskType>Groom</CleanUpTaskType>
</WriteAction>
</WriteActions>
</Rule>