06-22-2012 02:20 AM
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn-extensions" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://sourceforge.net/bpmn/definitions/_1340262474100" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="Yaoqiang BPMN Editor" exporterVersion="2.0" expressionLanguage="http://www.w3.org/1999/XPath" id="_1340262474100" name="" targetNamespace="http://sourceforge.net/bpmn/definitions/_1340262474100" typeLanguage="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL http://bpmn.sourceforge.net/schemas/BPMN20.xsd">
<process id="_1" isClosed="false" isExecutable="true" processType="None">
<startEvent id="_2" isInterrupting="true" name="Start Event" parallelMultiple="false">
<outgoing>_9</outgoing>
</startEvent>
<endEvent id="_4" name="End Event">
<incoming>_10</incoming>
</endEvent>
<serviceTask activiti:class="org.activiti.examples.bpmn.servicetask.ToUppercase" completionQuantity="1" id="_8" name="Service Task" startQuantity="1">
<incoming>_9</incoming>
<outgoing>_10</outgoing>
</serviceTask>
<sequenceFlow id="_9" sourceRef="_2" targetRef="_8"/>
<sequenceFlow id="_10" sourceRef="_8" targetRef="_4"/>
</process>
</definitions>
06-22-2012 02:33 AM
xmlns:activiti="http://activiti.org/bpmn-extensions"
xmlns:activiti="http://activiti.org/bpmn"
06-22-2012 02:51 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.