Focal Point
Run command within pflow in Adapter Manager 5.5

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/5691089292

July 25, 2008, 03:22 PM
RossMick
Run command within pflow in Adapter Manager 5.5
Does anyone know how to run a command, external batch file, within a pflow in Adapter Manager 5.5? I know to use service XDRunCmdAgent for Service Manager, but would like to create the pflow before we upgrade.


iSM 5.6
August 04, 2008, 09:55 AM
SGH
Hi Ross,
In iAM, you can use a function called "_java" to call a Java class. You will need to create the Java class to call the Runtime.getRuntime().exec("String") API in order to run the command.

Regards,
Sal