mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@43597 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
20 lines
729 B
XML
20 lines
729 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<definitions id="test-callactivity-definitions" typeLanguage="http://www.w3.org/2001/XMLSchema"
|
|
expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://activiti.org/bpmn20"
|
|
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:activiti="http://activiti.org/bpmn">
|
|
|
|
<!-- Simple sub-process that just does nothing -->
|
|
<process id="callactivitySub" name="Test Sub Process">
|
|
|
|
<startEvent id="start2" activiti:formKey="bpm_foo" />
|
|
|
|
<sequenceFlow id='flow1' sourceRef='start2'
|
|
targetRef='end2' />
|
|
|
|
<endEvent id="end2" />
|
|
|
|
</process>
|
|
|
|
</definitions> |