I am using activiti-camel component and I can see that Body of the message (in) is copied over as "camelBody" process variable in activiti. What I want to do is set up Body for the outgoing message in the activiti service task. How do you copy the variable from activiti to camel Body.
In general I am having problem passing process variables to Exchange properties. None of my process variables are available in Exchange properties when transition from activiti service task to camel route occurs.