Class ProcessTaskImpl

All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, PlanItemDefinition, ProcessTask, Task, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class ProcessTaskImpl extends TaskImpl implements ProcessTask
Author:
Roman Smirnov
  • Field Details

    • processRefAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> processRefAttribute
    • parameterMappingCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ParameterMapping> parameterMappingCollection
    • processRefExpressionChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<ProcessRefExpression> processRefExpressionChild
    • camundaProcessBindingAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaProcessBindingAttribute
    • camundaProcessVersionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaProcessVersionAttribute
    • camundaProcessTenantIdAttribute

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

    • ProcessTaskImpl

      public ProcessTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details