diff options
author | Steve Smokowski <ss835w@att.com> | 2020-04-28 16:37:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-28 16:37:00 +0000 |
commit | 17632353502e1750d96b21dc6b201994b626d481 (patch) | |
tree | 46c27aaf3022c32634dff12f45b7a4bf66543019 /mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/CamundaFailure.json | |
parent | 746962d1b9e1aa7399436151fbb35c4efb0347f2 (diff) | |
parent | 593187e78b52cada60430d4006900a3b50da170c (diff) |
Merge "refactor camunda client in apih"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/CamundaFailure.json')
-rw-r--r-- | mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/CamundaFailure.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/CamundaFailure.json b/mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/CamundaFailure.json new file mode 100644 index 0000000000..2d9e3ddef8 --- /dev/null +++ b/mso-api-handlers/mso-api-handler-common/src/test/resources/CamundaClientTest/CamundaFailure.json @@ -0,0 +1,7 @@ +{ + "response":"<aetgt:WorkflowException xmlns:aetgt=\"http://org.onap/so/workflow/schema/v1\"><aetgt:ErrorMessage>Exception in create execution list 500 </aetgt:ErrorMessage><aetgt:ErrorCode>7000</aetgt:ErrorCode></aetgt:WorkflowException>", + "message":"Fail", + "processInstanceID":"4b33ca85-5860-11e8-ae53-0a580ae94342", + "variables":null, + "messageCode":500 +}
\ No newline at end of file |