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.