GroomSyncStatusRule (Rule)

Element properties:

TargetMicrosoft.EnterpriseManagement.LinkingFramework.OpsMgrConnector.SyncWorkflowTarget
CategoryMaintenance
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource System.Scheduler Microsoft.SystemCenter.DatabaseWriteActionAccount
GroomSyncStatus WriteAction OpsMgrConnector.GroomSyncStatus Default

Source Code:

<Rule ID="GroomSyncStatusRule" Enabled="true" Target="OMConnectorLibrary!Microsoft.EnterpriseManagement.LinkingFramework.OpsMgrConnector.SyncWorkflowTarget" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Maintenance</Category>
<DataSources>
<DataSource ID="DS1" RunAs="SCLibrary!Microsoft.SystemCenter.DatabaseWriteActionAccount" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Days">1</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GroomSyncStatus" TypeID="OMConnectorLibrary!OpsMgrConnector.GroomSyncStatus"/>
</WriteActions>
</Rule>