diff options
author | Steve Smokowski <ss835w@att.com> | 2019-01-25 13:53:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-25 13:53:16 +0000 |
commit | 68ca4b48868787579b20dd6440a92eb59d0b4c59 (patch) | |
tree | a058260e47a9c0d7a1c5158d61fdefa3cb187ba7 /mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml | |
parent | cdfc52fed129b32ac646a55c282672783d59d908 (diff) | |
parent | 7183dfbf1ee48fba7d31fc4bf2b1666951966a1c (diff) |
Merge "update all inprogress checks in apih handler"
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 | 3 |
1 files changed, 2 insertions, 1 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 5b52d33cdd..a4c0c45fb3 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 @@ -23,7 +23,8 @@ mso: rest: task: uri: /sobpmnengine/task - + history: + uri: /sobpmnengine/history/process-instance?variables=mso-request-id_eq_ spring: datasource: |