Class UserTaskImpl

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

public class UserTaskImpl extends TaskImpl implements UserTask
The BPMN userTask element
Author:
Sebastian Menski
  • Field Details

    • implementationAttribute

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

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Rendering> renderingCollection
  • Constructor Details

    • UserTaskImpl

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