Skip to content

bpmn.graph.nodes[].card.title

← Back to the parameter index

Card title with {{attributeName}} interpolation.

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 cards
Accepted value
string template
Required
Yes
Default
No documented default.

User scenarios

  • Identify workflow nodes by business data.

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, symbol NodeCard
  • Example coverage: Complete — The runnable mapping uses {{name}} against backend attributes.
  • Demo coverage: Complete — Each BPMN node card renders its name attribute as the title. 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.