Class ParallelGatewayImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, FlowElement, FlowNode, Gateway, ParallelGateway, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class ParallelGatewayImpl extends GatewayImpl implements ParallelGateway
The BPMN parallelGateway element
Author:
Sebastian Menski
  • Field Details

    • camundaAsyncAttribute

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

    • ParallelGatewayImpl

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