diff options
author | Rob Daugherty <rd472p@att.com> | 2018-12-10 13:58:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-10 13:58:16 +0000 |
commit | fc360bb4bf78fe5d7c14fe98c0bbbefff87dae66 (patch) | |
tree | adabda9c988366142ae7dc49a4d5fe3d37a06ea6 /bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn | |
parent | 3ec3521f0a11b7f83c81b58bd3cd2a42e7f83a37 (diff) | |
parent | c45553d2e9bd80b842b46656fff86e357f959bf1 (diff) |
Merge "fixed headers for traceability"
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn index 990863ec93..6914e7575f 100644 --- a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn +++ b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn @@ -70,6 +70,7 @@ falloutHandler.postProcessResponse(execution)]]></bpmn2:script> <camunda:map> <camunda:entry key="content-type">application/soap+xml</camunda:entry> <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry> + <camunda:entry key="X-ONAP-RequestID">#{FH_request_id}</camunda:entry> </camunda:map> </camunda:inputParameter> <camunda:inputParameter name="payload"> |