Locate and trigger create healthy event task write action

SquaredUp.EAM.Library.WriteAction.ManualAvailability.LocateManagementServer.Healthy (WriteActionModuleType)

Locate the management server in the resource pool that is currently managing the target, and trigger the Create Event task on that server.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeMicrosoft.Windows.SerializedObjectData

Member Modules:

ID Module Type TypeId RunAs 
SetHealthy WriteAction SquaredUp.EAM.Library.WriteAction.ManualAvailability.LocateManagementServer Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Descriptionstring$Config/Description$DescriptionAny context or details you wish to provide with this health state update.
SetByUserstring$Config/SetByUser$Set by UserThe user who set this state change or reported the status.

Source Code:

<WriteActionModuleType ID="SquaredUp.EAM.Library.WriteAction.ManualAvailability.LocateManagementServer.Healthy" Accessibility="Internal">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Description" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SetByUser" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Description" Selector="$Config/Description$" ParameterType="string"/>
<OverrideableParameter ID="SetByUser" Selector="$Config/SetByUser$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction ID="SetHealthy" TypeID="SquaredUp.EAM.Library.WriteAction.ManualAvailability.LocateManagementServer">
<State>success</State>
<Description>$Config/Description$</Description>
<SetByUser/>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="SetHealthy"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Windows!Microsoft.Windows.SerializedObjectData</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>