Appearance
bpmn.graph.edges[].bpmnType
Declared existing-edge field; the current renderer ignores graph.edges[] and infers edge type from backend connector data.
This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.
- Context
- BPMN edge mappings
- Accepted value
bpmn:SequenceFlow- Required
- Yes
- Default
- No documented default.
User scenarios
- Audit declared edge mapping without assuming it controls existing-edge rendering.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/panels/variants/bpmn/types/panel/graph/edge/index.ts, symbolEdge - Example coverage: Missing — No supported existing-edge example because the current renderer ignores graph.edges[].
- Demo coverage: Missing — No runnable BPMN fixture.