Appearance
bpmn.graph.nodes[].typeName
Unique backend entity type matched to returned graph objects.
This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.
- Context
- BPMN node mappings
- Accepted value
string- Required
- Yes
- Default
- No documented default.
User scenarios
- Render each backend workflow entity with the intended card.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/panels/variants/bpmn/types/panel/graph/node/index.ts, symbolNode - Example coverage: Complete — The generated API and runnable fixture map exact backend node types.
- Demo coverage: Complete — The BPMN tab maps LocalWorkflowStart, LocalWorkflowTask, and LocalWorkflowEnd response objects. Open the runnable demo .