All Implemented Interfaces:
Activity, BaseElement, BpmnModelElementInstance, FlowElement, FlowNode, InteractionNode, Task, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
BusinessRuleTaskImpl, ManualTaskImpl, ReceiveTaskImpl, ScriptTaskImpl, SendTaskImpl, ServiceTaskImpl, UserTaskImpl

public class TaskImpl extends ActivityImpl implements Task
The BPMN task element
Author:
Sebastian Menski
  • Field Details

    • camundaAsyncAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaAsyncAttribute
      camunda extensions
  • Constructor Details

    • TaskImpl

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