diff options
author | Rob Daugherty <rd472p@att.com> | 2018-09-20 18:35:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-20 18:35:13 +0000 |
commit | 7728df703f403ffc09e79b1bb85df412aa3cbd0d (patch) | |
tree | a87e6b997a7c19e85cb86c97deb55d9721ea2422 /asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/testStructure.json | |
parent | bf3cba95b029c9770756e9ecf168bdf7e8214a48 (diff) | |
parent | b414a59f203104a9557a1f2d19727fae538f18f7 (diff) |
Merge "Runtime BPMN Deployment Capability"
Diffstat (limited to 'asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/testStructure.json')
-rw-r--r-- | asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/testStructure.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/testStructure.json b/asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/testStructure.json new file mode 100644 index 0000000000..db95690064 --- /dev/null +++ b/asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/testStructure.json @@ -0,0 +1,20 @@ +{ + "distributionID": "a2872f55-8628-4486-8548-7b132c9a47db", + "serviceName": "Service-CxSvc", + "serviceVersion": "1.0", + "serviceUUID": "bad955c3-29b2-4a27-932e-28e942cc6480", + "serviceInvariantUUID": "b16a9398-ffa3-4041-b78c-2956b8ad9c7b", + "serviceDescription": "Demo", + "serviceArtifacts": [ + { + "artifactName": "service-CxSvc-csar.csar", + "artifactVersion": "1", + "artifactType": "Workflows", + "artifactDescription": "Workflows Container", + "artifactTimeout": "0", + "artifactURL": "service-CxSvc-csar.csar", + "artifactUUID": "396cfd49-0f4b-4fec-9f33-0fd7e90d5a22", + "artifactChecksum": "MWQ3Y2FmMWExNDQyYWI2N2YwNjEwZGUzN2IzMzI3NjE=" + } + ] +} |