04-08-2011 05:16 AM
04-08-2011 08:01 AM
04-15-2011 10:27 AM
<?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" xmlnsmgdc="http://www.omg.org/spec/DD/20100524/DC" xmlnsmgdi="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="helloworld" name="helloworld">
<startEvent id="startevent6" name="Start"></startEvent>
<userTask id="usertask10" name="Prvi" activiti:assignee="admin"></userTask>
<userTask id="usertask11" name="Drugi" activiti:assignee="admin"></userTask>
<endEvent id="endevent6" name="End"></endEvent>
<sequenceFlow id="flow20" name="" sourceRef="startevent6" targetRef="usertask10"></sequenceFlow>
<sequenceFlow id="flow22" name="" sourceRef="usertask11" targetRef="endevent6"></sequenceFlow>
<receiveTask id="receivetask1" name="Receive Task"></receiveTask>
<serviceTask id="servicetask1" name="Service Task" activiti:expression="${waitProcessFinish.wait(execution,400)}"></serviceTask>
<sequenceFlow id="flow27" name="" sourceRef="usertask10" targetRef="receivetask1"></sequenceFlow>
<sequenceFlow id="flow29" name="" sourceRef="servicetask1" targetRef="usertask11"></sequenceFlow>
<boundaryEvent id="boundarytimer1" name="" cancelActivity="true" attachedToRef="receivetask1">
<timerEventDefinition>
<timeDuration>PT10S</timeDuration>
</timerEventDefinition>
</boundaryEvent>
<sequenceFlow id="flow30" name="" sourceRef="boundarytimer1" targetRef="servicetask1"></sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_helloworld">
<bpmndi:BPMNPlane bpmnElement="helloworld" id="BPMNPlane_helloworld">
<bpmndi:BPMNShape bpmnElement="startevent6" id="BPMNShape_startevent6">
<omgdc:Bounds height="55" width="55" x="161" y="299"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="usertask10" id="BPMNShape_usertask10">
<omgdc:Bounds height="55" width="105" x="141" y="140"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="usertask11" id="BPMNShape_usertask11">
<omgdc:Bounds height="55" width="105" x="525" y="170"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="endevent6" id="BPMNShape_endevent6">
<omgdc:Bounds height="55" width="55" x="590" y="300"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="receivetask1" id="BPMNShape_receivetask1">
<omgdc:Bounds height="55" width="105" x="310" y="170"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="servicetask1" id="BPMNShape_servicetask1">
<omgdc:Bounds height="55" width="105" x="350" y="360"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="boundarytimer1" id="BPMNShape_boundarytimer1">
<omgdc:Bounds height="20" width="20" x="390" y="200"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
<omgdi:waypoint x="216" y="326"></omgdi:waypoint>
<omgdi:waypoint x="141" y="167"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
<omgdi:waypoint x="630" y="197"></omgdi:waypoint>
<omgdi:waypoint x="590" y="327"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27">
<omgdi:waypoint x="246" y="167"></omgdi:waypoint>
<omgdi:waypoint x="310" y="197"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow29" id="BPMNEdge_flow29">
<omgdi:waypoint x="455" y="387"></omgdi:waypoint>
<omgdi:waypoint x="525" y="197"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow30" id="BPMNEdge_flow30">
<omgdi:waypoint x="100" y="40"></omgdi:waypoint>
<omgdi:waypoint x="350" y="387"></omgdi:waypoint>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
04-18-2011 03:21 AM
04-18-2011 01:26 PM
04-19-2011 06:08 AM
09-20-2012 02:43 AM
09-20-2012 05:22 AM
09-26-2012 09:08 AM
<property name="jobExecutorActivate" value="true" />
10-01-2012 07:37 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.