actions property
The map of action IDs to NodeFlowAction objects.
This provides metadata about each action including its label, description, and category for organizing the display.
Implementation
final Map<String, NodeFlowAction> actions;
The map of action IDs to NodeFlowAction objects.
This provides metadata about each action including its label, description, and category for organizing the display.
final Map<String, NodeFlowAction> actions;