Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowTaskWriteAction.Internal (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
InputTypeSystem.BaseData
CommentInternal write action that launches a task that triggers a windows workflow.

Overrideable Parameters:

IDParameterTypeSelector
MaximumRunningTimeSecondsint$Config/InternalSubscription/Subscription/WindowsWorkflowConfiguration/MaximumRunningTimeSeconds$

Source Code:

<WriteActionModuleType ID="Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowTaskWriteAction.Internal" RunAs="SCLibrary!Microsoft.SystemCenter.DatabaseWriteActionAccount" Comment="Internal write action that launches a task that triggers a windows workflow." Accessibility="Internal" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowTaskWriteAction.SchemaType</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="InternalSubscription" type="InternalSubscriptionType" minOccurs="1" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="MaximumRunningTimeSeconds" ParameterType="int" Selector="$Config/InternalSubscription/Subscription/WindowsWorkflowConfiguration/MaximumRunningTimeSeconds$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowTaskWriteAction.Internal</Assembly>
<Type>Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowWriteAction</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>