Execute Maintenance Mode Workflow

RunMmodeWorkflow (Rule)

Knowledge Base article:

Summary

Runs the Schedule Maintenance Mode workflow used to manage Jobs and Schedules.

Configuration

This rule runs once per minute and is not configurable.

Causes

None

Resolutions

None

Additional

Please see the Scheduled Maintenance Mode guide for more information.

Element properties:

TargetScheduleMaintenanceMode.Library.JobComponent
CategoryOperations
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
EnableMmodeWA WriteAction EnableMmodeToWriteAction Default

Source Code:

<Rule ID="RunMmodeWorkflow" Enabled="true" Target="ScheduleMaintenanceMode.Library.JobComponent" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>60</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="EnableMmodeWA" TypeID="EnableMmodeToWriteAction">
<MEId>$Target/Id$</MEId>
<TraceLevel>0</TraceLevel>
</WriteAction>
</WriteActions>
</Rule>