Interface IWorkflowBpmnSubProcessBodyShape


  • public interface IWorkflowBpmnSubProcessBodyShape
    Represents the BPMN shapes created for the start and end event of a IBoundedBpmnElementLayout.
    Since:
    8.4.0
    • Method Detail

      • endEvent

        de.xima.bpmn_model.api.element.bpmndi.BpmnShape endEvent()
        The shape end event that terminates the IBpmnElementLayout.item().
        Returns:
        The shape of the end event.
      • startEvent

        de.xima.bpmn_model.api.element.bpmndi.BpmnShape startEvent()
        The start event that starts the IBpmnElementLayout.item().
        Returns:
        The shape of the start event.