Class ReceiveTaskImpl

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

public class ReceiveTaskImpl extends TaskImpl implements ReceiveTask
The BPMN receiveTask element
Author:
Sebastian Menski
  • Field Details

    • implementationAttribute

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

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> instantiateAttribute
    • messageRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> messageRefAttribute
    • operationRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Operation> operationRefAttribute
  • Constructor Details

    • ReceiveTaskImpl

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