Get Workflows Probe

Microsoft.SystemCenter.GetWorkflowsReportProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.BaseData
Commentrequests list of running or failed workflows for management group/instance

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.GetWorkflowsReportProbe" Comment="requests list of running or failed workflows for management group/instance" Accessibility="Public" Batching="false" PassThrough="false">
<Configuration>
<xsd:element name="ManagementGroupId" type="xsd:string"/>
<xsd:element name="ManagedEntityId" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Status">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Failed"/>
<xsd:enumeration value="Running"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</Configuration>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>A580661D-6314-4FB5-AD54-6ECBAFD83230</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>