- All Implemented Interfaces:
- Serializable, org.activiti.engine.impl.pvm.delegate.ActivityBehavior, org.activiti.engine.impl.pvm.delegate.SignallableActivityBehavior
public class CamelBehaviorCamelBodyImpl
extends CamelBehavior
This implementation of the CamelBehavior abstract class works by copying a single variable value into the Camel
Exchange body. The variable must be named "camelBody" to be copied into the Camel Exchange body on the producer
side of the transfer (i.e. when handing control from Activiti to Camel).
- Author:
- Ryan Johnston (@rjfsu), Tijs Rademakers, Saeid Mirzaei
- See Also:
- Serialized Form