summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-03-15 16:17:00 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-03-16 09:07:21 +0800
commit0246959aeb2bd4cb04e00649a0378a846116fbf9 (patch)
tree9d5a26ff5e3203a81b72f231197ee0d63f41c87a /sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml
parent9d5b872a75cdfcad2a97a702e56a46730a653734 (diff)
Generate bpmn for extend activities
Modify BPMN Convertor to support conversion of extend activities. Change copyright year from 2017 to 2017-2018 Issue-ID: SDC-679 Change-Id: I835fee3901302d53a948e50d2c2a03736f524e4b Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml')
-rw-r--r--sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml b/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml
index 6e0721e5..255e77ef 100644
--- a/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml
+++ b/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml
@@ -1,5 +1,5 @@
-<dataObject id="${dataObject.id}" name="${dataObject.name}">
- <extensionElements>
- <activiti:value><![CDATA[${dataObject.value}]]></activiti:value>
- </extensionElements>
-</dataObject>
+ <dataObject id="${dataObject.id}" name="${dataObject.name}">
+ <extensionElements>
+ <activiti:value><![CDATA[${dataObject.value}]]></activiti:value>
+ </extensionElements>
+ </dataObject> \ No newline at end of file