diff options
author | Elena Kuleshov <EK1439@att.com> | 2018-09-20 11:07:23 -0400 |
---|---|---|
committer | Elena Kuleshov <EK1439@att.com> | 2018-09-20 13:20:34 -0400 |
commit | b414a59f203104a9557a1f2d19727fae538f18f7 (patch) | |
tree | 3ef120c68c5f669dbb74c338ac476af05e60aa9f /asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/testStructure.json | |
parent | 19659e205ef636cec767e32a62cc549cf9156d5b (diff) |
Runtime BPMN Deployment Capability
Added license header to BpmnInstaller.java
ASDC Controller integration with BPMN Installer
Correct a test file name in a JUnit.
BPMN deployment mechanism for WorkflowDesigner
Change-Id: I670406dd09b8789c86ab0b85ef122b35ea057698
Issue-ID: SO-826
Signed-off-by: Elena Kuleshov <EK1439@att.com>
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=" + } + ] +} |