Class SendTaskImpl

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

public class SendTaskImpl extends TaskImpl implements SendTask
The BPMN sendTask element
Author:
Sebastian Menski
  • Field Details

    • implementationAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> implementationAttribute
    • 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

    • SendTaskImpl

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