Appearance
bpmn.graph.nodes[].card.subtitle
Secondary card text 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
- Show status or secondary identity on a workflow node.
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, symbolNodeCard - Example coverage: Complete — The runnable mapping uses {{itemId}} against backend attributes.
- Demo coverage: Complete — Each BPMN node card renders its itemId as the subtitle. Open the runnable demo .