Skip to main content

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 NameDescription
1Step nameSpecify the name of the step; This name has to be unique in a single workflow
Left Panel:
1Get Input FieldsBy clicking on this it will give a list of all input fields that can be used as a part of VB Script.
2Write to Console: Under this option there are two sub options:
1. Create StdOut ObjectThis 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 ConsoleThis option allows you to create output fields from VB Script which can be used in subsequent steps.
Right Panel:
1VB ScriptWrite the VB Script in the space provided.