VBScript Script Activity

 

Updated: May 13, 2016

Applies To: System Center 2012 SP1 - Service Manager, System Center 2012 R2 Service Manager, System Center 2012 - Service Manager

This activity in System Center 2012 – Service Manager runs a VBScript script as part of a Windows Workflow Foundation (WF) workflow.

Design-Time Prerequisites

The VBScript Script activity depends on the following prerequisites at design time:

None.

Run-Time Prerequisites

None.

Properties

The VBScript Script activity uses the input properties that are described in the following table.

Display Name Internal Name Type Required Description
Continue On Error ContinueOnError Boolean No. (The default setting is True.) Determines whether the workflow continues to run if the activity fails.
Has Error HasError N/A Specifies whether the activity has an error set. (Read-only)
Management Group ManagementGroupName String No Specifies the management group to which the script server belongs. (By default, this is set to localhost) (Read-only)
Script Parameters Parameters Dictionary <string,string> Yes Provides the list of the standard switches and any associated values that this script uses when it runs.
Script Body ScriptBody String Yes Specifies the text of the script itself.
Script Server Target String No Specifies the Domain Name System (DNS) name of the server that runs the Service Manager console. Do not use localhost.
Script Time Limit TimeoutSeconds Integer No. (The default setting is 300 seconds.) Specifies the maximum number of seconds to allow for the script to run.

Errors and Exceptions

The VBScript Script activity uses the custom tracking service that is supplied by Service Manager to log errors and exceptions when the activity runs. The activity generates errors or exceptions as appropriate if any of the script properties cannot be resolved.

Remarks

None.

Example

None.

See Also

DeleteScript Activities [SM2012_AuthoringGuide]