Class ServiceTaskImpl

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

public class ServiceTaskImpl extends TaskImpl implements ServiceTask
The BPMN serviceTask element
Author:
Sebastian Menski
  • Field Details

    • implementationAttribute

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

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

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaClassAttribute
      camunda extensions
    • camundaDelegateExpressionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDelegateExpressionAttribute
    • camundaExpressionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaExpressionAttribute
    • camundaResultVariableAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaResultVariableAttribute
    • camundaTopicAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTopicAttribute
    • camundaTypeAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTypeAttribute
    • camundaTaskPriorityAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTaskPriorityAttribute
  • Constructor Details

    • ServiceTaskImpl

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