from("activiti:open-account:set_up_account?copyVariablesToBody=true").
routeId("set up account route").
log("=======================").
log("transforming process variable map to order object: ${body}").
log("=======================").
process(new MapToOrderProcessor()).
log("=======================").
log("calling accountService to create account from incoming order").
log("=======================").
beanRef("accountService");
// beanRef(AccountService.class);