Show Running Rules and Monitors for this Health Service

Microsoft.SystemCenter.GetAllRunningWorkflows (Task)

Element properties:

TargetMicrosoft.SystemCenter.HealthService
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300
CommentRequest list of all running workflows

Member Modules:

ID Module Type TypeId RunAs 
RunningWorkflows ProbeAction Microsoft.SystemCenter.GetWorkflowsReportProbe Default

Source Code:

<Task ID="Microsoft.SystemCenter.GetAllRunningWorkflows" Comment="Request list of all running workflows" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="RunningWorkflows" TypeID="Microsoft.SystemCenter.GetWorkflowsReportProbe">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<Status>Running</Status>
</ProbeAction>
</Task>