diff options
author | YuanHu <yuan.hu1@zte.com.cn> | 2018-03-19 16:41:15 +0800 |
---|---|---|
committer | YuanHu <yuan.hu1@zte.com.cn> | 2018-03-19 17:30:28 +0800 |
commit | 43bed0e28512332aecc3b70f9e24840682c59e92 (patch) | |
tree | 509c6c9f8912e39bcaa59e97ae427e357730b001 /distribution/src/main/assembly | |
parent | 4e1d1d797e185a0ae259e8251d292418232cff67 (diff) |
Save Workflow Artifact to SDC.
Get SDC Serive Proxy Information from conf file.
Call rest api to save workflow artifact to SDC
Issue-ID: SDC-1004
Change-Id: I620674def79bdfb9fd71aebc96d0774bc7dfddd8
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'distribution/src/main/assembly')
-rw-r--r-- | distribution/src/main/assembly/conf/workflow-designer.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/distribution/src/main/assembly/conf/workflow-designer.yml b/distribution/src/main/assembly/conf/workflow-designer.yml index 2e8409a9..b8242075 100644 --- a/distribution/src/main/assembly/conf/workflow-designer.yml +++ b/distribution/src/main/assembly/conf/workflow-designer.yml @@ -16,6 +16,10 @@ defaultName: ${DW_DEFAULT_NAME:-Stranger} msbServerAddr: http://127.0.0.1:80 +sdcServiceProxy: + xEcompInstanceId: workflow + authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU= + # use the simple server factory if you only want to run on a single port server: type: simple |