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
  • Constructor Details

    • ServiceTaskImpl

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