1920212223242526272829
public class JbpmUnitTestCase extends AbstractMuleTestCase { public void testDeployAndRun() throws Exception { Jbpm jbpm = new Jbpm(); jbpm.initialise(); // Deploy the process jbpm.deployProcess("simple-process.jpdl.xml"); // Start the process