Appearance
bpmn.graph.nodes[].bpmnType
Optional BPMN rendering override; omission uses backend type-name inference before the task fallback.
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
task | startEvent | endEvent | exclusiveGateway | parallelGateway- Required
- No
- Default
infer start/end/finish/exclusive/parallel from typeName, then task
User scenarios
- Render a workflow entity with the correct BPMN shape.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/panels/variants/bpmn/composables/use-bpmn-renderer-input.ts, symboluseBpmnRendererInput - Example coverage: Complete — The generated API lists all five values and the runnable fixture uses explicit start, task, and end kinds.
- Demo coverage: Complete — The BPMN tab renders explicit startEvent, task, and endEvent mappings. Open the runnable demo .