aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/clds/blueprint-parser-mapping.json
blob: a22e9fcf1eded84bed68b8f6fc886c24cc882fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
	{
		"blueprintKey": "tca_",
		"dcaeDeployable":"true",
		"files": {
			"bpmnXmlFilePath": "classpath:/clds/templates/bpmn/tca-template.xml",
			"svgXmlFilePath": "classpath:/clds/templates/bpmn/tca-img.xml"
		}
	},
	{
		"blueprintKey": "holmes_",
		"dcaeDeployable":"false",
		"files": {
			"bpmnXmlFilePath": "classpath:/clds/templates/bpmn/holmes-template.xml",
			"svgXmlFilePath": "classpath:/clds/templates/bpmn/holmes-img.xml"
		}
	}
]