Orchestration Reassign Rule

Orch.HouseKeeingRule.ReAssign (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.ReAssign WriteAction Microsoft.SystemCenter.Orchestration.HouseKeeping Default

Source Code:

<Rule ID="Orch.HouseKeeingRule.ReAssign" 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">12</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Orch.HouseKeepingModule.ReAssign" TypeID="Microsoft.SystemCenter.Orchestration.HouseKeeping">
<CleanUpTaskType>ReAssign</CleanUpTaskType>
</WriteAction>
</WriteActions>
</Rule>