summaryrefslogtreecommitdiffstats
path: root/docs/workflow.rst
blob: 9b690022fb424c1119202c4dc7635af1d1377e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. _workflow:

=====================
SDC Workflow Designer
=====================

README
-------

The readme file for the workflow is available `here <https://github.com/onap/sdc-sdc-workflow-designer>`__

Documentation
-------------
Architecture and User guides are available `here <https://wiki.onap.org/display/DW/SDC-WORKFLOW>`__
ense. * ============LICENSE_END============================================ * =================================================================== * */ import { configure } from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; configure({ adapter: new Adapter() }); global.fetch = require('jest-fetch-mock');