public void setUp() throws Exception { super.setUp(); // process, create after opening jbpm context process = new BpelDefinition(); // variable type type = process.getImports().getSchemaType(TYPE_NAME); }
public void setUp() throws Exception { super.setUp(); // activity Reply reply = new Reply("reply"); reply.setReplier(replier); // process, create after opening jbpm context process = new BpelDefinition(); process.addNode(reply); }