Interface IBpmnCompatibilitySettings


  • public interface IBpmnCompatibilitySettings
    Interface for compatibility-related settings with various BPMN tools, used when creating a BPMN diagram.
    Since:
    8.4.0
    • Method Detail

      • alwaysCenterPorts

        boolean alwaysCenterPorts()
        Whether to always place in and out ports at the center of a BPMN shape's side. Defaults to false. Some BPMN tools only allow BPMN edges to connect to specific points on the shape. This setting may improve compatibility with such tools.
        Returns:
        Whether to always center ports on the shape's side.