From 65191548cbde2d5c1c3bcbfc279141745b117489 Mon Sep 17 00:00:00 2001 From: Priyanshu Date: Wed, 6 Jun 2018 16:18:44 +0530 Subject: Align workflow studio to Activity Spec SDC-WF: Align Workflow studio implementation with Activity Spec implementation in SDC Change-Id: I83fbf51a6399459c0e99c11f150616ceca69111a Issue-ID: SDC-1402 Signed-off-by: priyanshu --- distribution/src/main/assembly/conf/workflow-designer.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'distribution') diff --git a/distribution/src/main/assembly/conf/workflow-designer.yml b/distribution/src/main/assembly/conf/workflow-designer.yml index 42785fb4..9b35b261 100644 --- a/distribution/src/main/assembly/conf/workflow-designer.yml +++ b/distribution/src/main/assembly/conf/workflow-designer.yml @@ -14,13 +14,19 @@ template: Hello, %s! defaultName: ${DW_DEFAULT_NAME:-Stranger} -adapterType: DEFAULT +adapterType: SDC sdcServiceProxy: serviceAddr: http://127.0.0.1:8080 xEcompInstanceId: workflow authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU= +activitySpecServiceProxy: + serviceAddr: http://127.0.0.1:8090 + xEcompInstanceId: workflow + userId: workflow + authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU= + # use the simple server factory if you only want to run on a single port server: type: simple -- cgit 1.2.3-korg