Proper Way to Pass camelBody 'From' one Route To Another
Is there a proper /betterway to get Activiti to set the body automatically from one route to another, instead of manually fetching it out of the properties like so@Component public class TestRoute extends RouteBuilder { @Autowired protected T...