* A process can be removed automatically only if its state is CLOSED and
* the extendedAttribute of removeClosedProcess in procss definition is
* AUTOMATIC (Default: AUTOMATIC).
*/
public void removeClosedProcessjut1() throws Exception {
WfRequester req = new DefaultRequester(workflowService);
ProcessDirectory procDir = processDirectory();
// create the process
Process process = (Process)(createProcess("ut-process", "jut5", req));
String processKey = process.key();
assertTrue(process.state().equals("open.not_running.not_started"));