Class GatewayXORActivityHandler

  • All Implemented Interfaces:
    IActivityHandler

    public class GatewayXORActivityHandler
    extends java.lang.Object
    implements IActivityHandler
    Handler for xor split and join gateways.
    • Constructor Detail

      • GatewayXORActivityHandler

        public GatewayXORActivityHandler()
    • Method Detail

      • execute

        public void execute​(jadex.bpmn.model.MActivity activity,
                            IInternalAccess instance,
                            ProcessThread thread)
        Execute an activity.
        Specified by:
        execute in interface IActivityHandler
        Parameters:
        activity - The activity to execute.
        instance - The process instance.
        thread - The process thread.
      • cancel

        public void cancel​(jadex.bpmn.model.MActivity activity,
                           IInternalAccess instance,
                           ProcessThread thread)
        Execute an activity.
        Specified by:
        cancel in interface IActivityHandler
        Parameters:
        activity - The activity to execute.
        instance - The process instance.
        thread - The process thread.
        info - The info object.