Execute VB Script
Description
Execute VB Script is a step in the Scripting Plugin for Process Studio Workflows. Execute VB Script Step allows you to execute any VB Script. One can write the script to the space given right and side Under VB Script Tab.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step name | Specify the name of the step; This name has to be unique in a single workflow |
Left Panel: | ||
1 | Get Input Fields | By clicking on this it will give a list of all input fields that can be used as a part of VB Script. |
2 | Write to Console: Under this option there are two sub options: | |
1. Create StdOut Object | This option allows you to create one new stdout object for VB Script.To use this option, users must have wscript.exe on their respective machines and the path of wscript.exe must be stored in Path Variable. | |
2. Write Value to Console | This option allows you to create output fields from VB Script which can be used in subsequent steps. | |
Right Panel: | ||
1 | VB Script | Write the VB Script in the space provided. |