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