diff options
Diffstat (limited to 'test/csit/scripts/nfvo-wfengine')
-rw-r--r-- | test/csit/scripts/nfvo-wfengine/demo.bpmn20.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/csit/scripts/nfvo-wfengine/demo.bpmn20.xml b/test/csit/scripts/nfvo-wfengine/demo.bpmn20.xml deleted file mode 100644 index 4f0c83a6e..000000000 --- a/test/csit/scripts/nfvo-wfengine/demo.bpmn20.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?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:xsd="http://www.w3.org/2001/XMLSchema" 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/processdef"> - <process id="demo" name="demofirst" isExecutable="true"> - <startEvent id="sid-6B31A927-8A0F-4A2F-BC58-A2E3D90327D2"/> - <userTask id="sid-FDC595C2-41CE-4DE8-86D4-562414F0A0F3"/> - <sequenceFlow id="sid-B7ABA5B4-FB87-486C-B7D7-CC0FE5A4CE31" sourceRef="sid-6B31A927-8A0F-4A2F-BC58-A2E3D90327D2" targetRef="sid-FDC595C2-41CE-4DE8-86D4-562414F0A0F3"/> - <endEvent id="sid-EEACC228-A53D-41E8-96A1-8F2E4BF38596"/> - <sequenceFlow id="sid-07534141-12BB-49F0-9288-137A4E0BC8D8" sourceRef="sid-FDC595C2-41CE-4DE8-86D4-562414F0A0F3" targetRef="sid-EEACC228-A53D-41E8-96A1-8F2E4BF38596"/> - </process> - -</definitions>
\ No newline at end of file |