Skip to content

[FEAT] Introduce a plugin to expose the bpmn-visualization "elements API" with names as parameters #76

Description

@tbouffard

Rationale

See #73

Proposal

Note: the existing ElementsPlugin provides several methods taking "kinds" parameters (#77) that are not related to names or ids. It should be also available in the "name based" plugin (we could introduce a base class for both plugins).

Example of usage

const elementsPlugin =  bpmnVisualization.getPlugin<ElementsByNamePlugin>(‘elements-by-name’);
overlaysPlugin.getElementsByName('activity-name-1', {...})

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions