Installation.
- Download.
- Download dependencies plugin for ant-dependencies.jar and drop it into ${ANT_HOME}/lib/
- unpack into ${XFLOW_HOME} directory
- Change build.properties
- Copy necessary JDBC drivers in ${XFLOW_HOME}/lib directory
- Change database.properties to match your database or use the file as template and
create your properties file. In this case you will need to pass name of the file to the build as -Dproperties-file=my-db.properties
- in the XFLOW _HOME run ant xflow-ejb-jar [-Dproperties-file=my-db.properties]
- create database structure ant recreate_database [-Dproperties-file=my-db.properties]
- test the engine in standalone mode: ant test [-Dproperties-file=my-db.properties]
Using workflow engine.
More examples are needed but now look at CaseConditionTest class or orher Unit Test Cases.