Workflow Manager Backend Startup Failed event collection rule

Microsoft.WorkflowManager.v1.Event289Rule (Rule)

Knowledge Base article:

Summary

Workflow Manager Backend Startup Failed event collection rule.

Causes

Workflow Manager Backend Windows service failed to start

Resolutions

Please check if the "Workflow Manager Backend" Windows service is running, if not please restart it.

Element properties:

TargetMicrosoft.WorkflowManager.v1.WorkflowNode
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Alert Message
Workflow Manager Backend Startup Failed on {0}
Workflow Manager Backend Startup Failed on {0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.ServiceBus.v1.CustomEventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.WorkflowManager.v1.Event289Rule" ConfirmDelivery="false" Enabled="true" Priority="Normal" Target="Microsoft.WorkflowManager.v1.WorkflowNode" Remotable="true">
<Category>PerformanceHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="SBMP!Microsoft.ServiceBus.v1.CustomEventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Microsoft-Workflow/Operational</LogName>
<EventNumber>289</EventNumber>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.WorkflowManager.v1.Event289Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>