aboutsummaryrefslogtreecommitdiffstats
path: root/distribution
diff options
context:
space:
mode:
authorPriyanshu <pagarwal@amdocs.com>2018-06-06 16:18:44 +0530
committerpriyanshu <pagarwal@amdocs.com>2018-06-06 16:18:44 +0530
commit65191548cbde2d5c1c3bcbfc279141745b117489 (patch)
treee5d963fb62e89d963c049e199d809086af4a7dcb /distribution
parent41d8ff7b8796491cb3d85d098257811767616782 (diff)
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 <pagarwal@amdocs.com>
Diffstat (limited to 'distribution')
-rw-r--r--distribution/src/main/assembly/conf/workflow-designer.yml8
1 files changed, 7 insertions, 1 deletions
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