UNIXEXEC
Usage
TIBCO iProcess Workspace (Browser)
TIBCO iProcess Workspace (Windows)
Warning: (iProcess only) This expression is not available to the TIBCO iProcess Script Server Plug-in. Therefore, even though you can successfully enter the expression in your iProcess Script plug-in definition, it will not be processed by the iProcess Engine. It will return SW_NA.
Run a program on the server machine on behalf of the current user.
In addition to running the server program, any abox file that is present is processed.
Note: UNIXEXEC and UNIXRUN work identically, except that UNIXEXEC does not start up a program shell; this should be more efficient. However, make sure that the shell program specifier, for example #!/bin/sh is added to the script so that the operating system treats the script as a shell script rather than a text file. If the shell program specifier is not added, this can cause the script to fail on some operating systems.
The SERVERRUN, UNIXEXEC and UNIXRUN functions are retained to ensure compatibility with earlier applications.
Syntax
UNIXEXEC (cmdline, async)
For more information about the cmdline and async parameters, see the description of SERVEREXEC.
Returns
The same values as for SERVEREXEC.