====== @!!PAGE@ ======

++++ @!!PAGE@ code |
<bpmn subprocesses=collapse diagram=before>{
	name: "@!!PAGE@",
	activityType: none|event|call|transaction,
	markers: [ subprocess, loop, parallel, sequential, adhoc, compensation ],
	events: {
		start: {
			es_start: ""
		},
		end: {
			ee_end: ""
		},
		intermediate: {
		
		}
	},
	activities: {
		[[bpmn>@ID@:task_init]]
	},
	gateways: {
	
	},
	flow: {
		f1: [ es_start, task_init ],
		f2: [ task_init, ee_end ]
	}
}</bpmn>
++++
