{
	"version":"2",
	"order":[
		{
			"from":"step-Spread-1",
			"to":"step-truncateKey-1"
		},
		{
			"from":"step-truncateKey-1",
			"to":"step-$(technique)-1"
		}
	],
	"step":[
		{
			"name":"step-Spread-1",
			"technique":"spread"
		},
        {
            "name":"step-$(technique)-1",
            "technique": "filter",
            "condition":$(condition),
            "isEject":false
        },
        {
            "name":"step-truncateKey-1",
            "technique": "truncateKey"
        }
	]
}
