OBETest is a command-line application that can be used to execute OBE
Workflows.
To use the OBETest application, change to the directory with the
obetest.jar and type:
java -jar obetest.jar
This command will execute the OBETest application using the file
tests/config/processes/test.xpdl in the current working directory as the XPDL
document to test. You can also specify the -h flag with the command to
find out about the other command line switches which are available.
WARNING!!! This code is not intended as an example of client code.
In particular, please note that you should never call WorkflowEngine
directly as this program does. Always use
WMClient instead.
author: Anthony Eden author: Adrian Price |