This is an old revision of the document!
Command Executor
com.ergotech.vib.manipulators.CommandExecutor
Introduction
This manipulator is used to run a native command on the computer where MIX or the deployed TransSECS software is running. For example, to get a list of image png files in a directory, on Linux run “ls *.png -a -1” and on Windows the equivalent run in cmd “dir *.png /b”.
Using in MIStudio
This Bean has two inputs which are used as triggers to run the command in the “command” property. The output is the result of the command execution,but can be empty if no output is generated. Parameters can be passed to the command as an Array Value Object
Using in a Script
Configuration
Connection Name: Select the Database Connection Manager to use for this Bean
SQL Statement: The SQL Statement to execute when this Bean is triggered