Hi,
i would like to replace the default org.activiti.engine.impl.bpmn.behavior.ExclusiveGatewayActivityBehavior with a custom implementation.
Can i use any tags like activiti:class in the gateway tag in the process description xml to achieve this (have tried, but without success)? Or can it be done by using the spring configuration file in any way? Also would it be possibe to add my own "type" of gateway to the engine by somehow adding more GatewayActivityBehavior implementations to the engine?
greetings and thanks!