Class FlowNodeActivityBehavior

    • Constructor Detail

      • FlowNodeActivityBehavior

        public FlowNodeActivityBehavior()
    • Method Detail

      • leave

        public void leave​(DelegateExecution execution)
        Default way of leaving a BPMN 2.0 activity: evaluate the conditions on the outgoing sequence flow and take those that evaluate to true.
      • leaveIgnoreConditions

        public void leaveIgnoreConditions​(DelegateExecution execution)
      • parseActivityType

        protected java.lang.String parseActivityType​(org.activiti.bpmn.model.FlowNode flowNode)