Update Software Title Installed/Licensed Installs

UpdateSoftwareTitleInstalledLicensedQuantitySchedulerRule (Rule)

Element properties:

TargetProvance.ITAM.ItamSoftwareWorkflowTarget
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Schedule DataSource System.Scheduler Default
WindowsWorkflow WriteAction Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowTaskWriteAction Default

Source Code:

<Rule ID="UpdateSoftwareTitleInstalledLicensedQuantitySchedulerRule" Enabled="true" Target="Provance.ITAM.ItamSoftwareWorkflowTarget" Remotable="true">
<Category>System</Category>
<DataSources>
<DataSource ID="Schedule" TypeID="SystemLibrary!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Days">1</Interval>
<SyncTime>04:00</SyncTime>
<!--<Interval Unit="Seconds">3600</Interval>-->
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WindowsWorkflow" TypeID="MicrosoftSystemCenterSubscriptions!Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowTaskWriteAction">
<Subscription>
<WindowsWorkflowConfiguration>
<AssemblyName>Provance.ServiceManager.Itam.Workflows</AssemblyName>
<WorkflowTypeName>Provance.ServiceManager.Itam.Workflows.UpdateSoftwareTitleInstalledLicensedQuantityWorkflow</WorkflowTypeName>
<WorkflowParameters/>
<RetryExceptions/>
<RetryDelaySeconds>60</RetryDelaySeconds>
<MaximumRunningTimeSeconds>21600</MaximumRunningTimeSeconds>
</WindowsWorkflowConfiguration>
</Subscription>
</WriteAction>
</WriteActions>
</Rule>