Skip to main content
Version: 4.2

Flow

extends AbstractFlow

Default exportable object for the bpmn2.Flow link.

constructor

constructor(cellView: dia.LinkView, label?: string, type?: string);

Methods

getType()

getType(): string;

Returns the flow type. Override this method to change how the flow type is retrieved.

toFlowXMLElement()

toFlowXMLElement(): Element;

Creates flow XML element from the exportable object.

Properties

label

label: string | null;

Flow label.

type

type: string | null;

Flow type.

Stay in the know

Be where thousands of diagramming enthusiasts meet

Star us on GitHub