summaryrefslogtreecommitdiffstats
path: root/docs/platform/architecture.rst
diff options
context:
space:
mode:
authorLvbo163 <lv.bo163@zte.com.cn>2017-11-07 10:46:33 +0800
committerLvbo163 <lv.bo163@zte.com.cn>2017-11-07 10:46:33 +0800
commit540fa7f9202bef93be0c4523f4615d26dbdf86f1 (patch)
tree92072759a251e72914981d778b116af65252cb7f /docs/platform/architecture.rst
parent42b596de3c7c7526c55e4de0044b541f66948002 (diff)
Add docs for workflow designer
Add docs Issue-ID: SDC-636 Change-Id: I7246a974e16850b4dce37d384e09c8b400044442 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
Diffstat (limited to 'docs/platform/architecture.rst')
-rw-r--r--docs/platform/architecture.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst
new file mode 100644
index 00000000..8569dd9f
--- /dev/null
+++ b/docs/platform/architecture.rst
@@ -0,0 +1,16 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+
+Architecture
+------------
+SDC Workflow Designer is a workflow design tool. It implements bpmn workflow standards. And it extends some elements for tosca specification. So in this designer the users can orchestrate services and interactive with tosca template more easily.
+
+SDC Workflow Designer is a component of SDC. Right now it doesn't depend on other components. It can work alone. In the future, it will depend on MSB and SDC Catalog.
+
+SDC Workflow Designer contains two parts: UI, Backend.
+
+.. image:: images/workflow-architecture.png
+
+UI is the designer. It can access SDC Catalog to get tosca template info. Users can orchestrate ONAP services.
+
+Backend is the storage of Workflow Designer. It will translate the workflow definition to standard bpmn workflow. And it can save workflow artifact to SDC catalog. \ No newline at end of file