Merge "Update get Dcae Status flow"
[clamp.git] / src / test / resources / clds / blueprint-parser-mapping.json
1 [
2         {
3                 "blueprintKey": "tca_",
4                 "dcaeDeployable":"true",
5                 "files": {
6                         "bpmnXmlFilePath": "classpath:/clds/templates/bpmn/tca-template.xml",
7                         "svgXmlFilePath": "classpath:/clds/templates/bpmn/tca-img.xml"
8                 }
9         },
10         {
11                 "blueprintKey": "holmes_",
12                 "dcaeDeployable":"false",
13                 "files": {
14                         "bpmnXmlFilePath": "classpath:/clds/templates/bpmn/holmes-template.xml",
15                         "svgXmlFilePath": "classpath:/clds/templates/bpmn/holmes-img.xml"
16                 }
17         }
18 ]