Execute Powershell Plug-in
The Execute Powershell plug-in allows you to invoke a Powershell command or script within a workflow. This plug-in runs in the background.
Properties
Name |
Description |
Mandatory |
Group Name |
---|---|---|---|
arguments |
The arguments to be passed to the command. Example: Direct value: Value1 Value from form field: [/my:myFields/my:field2] Value from solution field: [field1] |
No |
Command Detail |
command |
The path to the server and the name of the Powershell script to run. Example: Direct Value: \\server-name\folder-name\command-name.ps1 Value from form field: [/my:myFields/my:field2] Value from solution field: [field1] |
Yes |
Command Detail |
outputcolumn |
The name of the solution field where the output is entered. Example: [Sol_Field_1] |
No |
Command Detail |