diff options
author | Steve Smokowski <ss835w@att.com> | 2019-07-24 14:59:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-24 14:59:12 +0000 |
commit | d8e90311006bcb53592c48c246aa2479f807b5ae (patch) | |
tree | cffe6882b4ab318881ff406276c5fda6d90c1103 /mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml | |
parent | a8bfc8e0d15e5c7b96d36566314017ecbf836e43 (diff) | |
parent | e58d8dd892f1839514bd4b29756ee552c3f169ca (diff) |
Merge "enhance get orchestration request"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml b/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml index 136acfb9e1..93a4ae9489 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml +++ b/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml @@ -26,6 +26,10 @@ mso: uri: /sobpmnengine/task history: uri: /sobpmnengine/history/process-instance?variables=mso-request-id_eq_ + activity: + uri: /sobpmnengine/history/activity-instance?processInstanceId= + camundaURL: http://localhost:8089 + camundaAuth: E8E19DD16CC90D2E458E8FF9A884CC0452F8F3EB8E321F96038DE38D5C1B0B02DFAE00B88E2CF6E2A4101AB2C011FC161212EE spring: datasource: |