Skip to content

bpmn.graph.nodes[].bpmnType

← Back to the parameter index

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, symbol useBpmnRendererInput
  • 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 .

The panel source named above remains authoritative for runtime behavior. This secondary reference page is generated from the reviewed parameter matrix and does not replace the contextual guide.