Skip to content

Commit

Permalink
updated activiti-tests/wfsleep: test is now working
Browse files Browse the repository at this point in the history
  • Loading branch information
m2spring committed Dec 4, 2012
1 parent 5622ad9 commit a0968a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -20,6 +20,7 @@ public class WfSleepTest extends TestCase{
public void testWfSleep() throws Exception{
ProcessEngine eng = ProcessEngineConfiguration
.createStandaloneInMemProcessEngineConfiguration()
.setJobExecutorActivate(true)
.buildProcessEngine();

System.out.println("engine version: "+eng.VERSION);
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
<process id="wfsleep" name="WfSleep">
<process id="wfsleep" name="WfSleep" isExecutable="true">
<startEvent id="startevent1" name="Start"></startEvent>
<endEvent id="endevent1" name="End"></endEvent>
<scriptTask id="scripttask1" name="1" scriptFormat="groovy">
Expand Down Expand Up @@ -54,4 +54,4 @@
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
</definitions>

0 comments on commit a0968a0

Please sign in to comment.