diff options
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/test/resources/__files/SDNCInterimNotification1.json')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/test/resources/__files/SDNCInterimNotification1.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/src/test/resources/__files/SDNCInterimNotification1.json b/bpmn/MSOCommonBPMN/src/test/resources/__files/SDNCInterimNotification1.json new file mode 100644 index 0000000000..8666b8b501 --- /dev/null +++ b/bpmn/MSOCommonBPMN/src/test/resources/__files/SDNCInterimNotification1.json @@ -0,0 +1,41 @@ +{ + "variableList":[ + { + "variable":{ + "name":"SDNCA_InterimNotify", + "value":true + } + }, + { + "variable":{ + "name":"source", + "value":"CCD" + } + }, + { + "variable":{ + "name":"CMSO_is_srv_inst_req", + "value":"true" + } + }, + { + "variable":{ + "name":"CMSO_is_json_content", + "value":"true" + } + }, + { + "variable":{ + "name":"CMSO_notificationUrl", + "value":"http://localhost:28090/CCD/StatusNotification" + } + }, + { + "variable":{ + "name":"CMSO_payload", + "value":{"hello":"goodbye"} + } + } + ] +} + |