Class BusinessRuleTaskImpl

All Implemented Interfaces:
Activity, BaseElement, BpmnModelElementInstance, BusinessRuleTask, FlowElement, FlowNode, InteractionNode, Task, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class BusinessRuleTaskImpl extends TaskImpl implements BusinessRuleTask
The BPMN businessRuleTask element
Author:
Sebastian Menski
  • Field Details

    • implementationAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> implementationAttribute
    • renderingCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Rendering> renderingCollection
  • Constructor Details

    • BusinessRuleTaskImpl

      public BusinessRuleTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details