03-24-2016 01:55 AM
03-24-2016 02:05 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" xmlns
mgdc="http://www.omg.org/spec/DD/20100524/DC"
xmlns
mgdi="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="multipleServiceInvocations">
<startEvent id="startevent1" name="Start" />
<serviceTask id="servicetask1" name="Create User Dave Wersh And Membership"
activiti:class="org.activiti.engine.test.bpmn.servicetask.CreateUserAndMembershipTestDelegate" />
<sequenceFlow id="flow1" name="" sourceRef="startevent1"
targetRef="servicetask1" />
<sequenceFlow id="flow2" name="" sourceRef="servicetask1"
targetRef="endevent1" />
<endEvent id="endevent1" name="End" />
</process>
</definitions>
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.