actions property

Map<String, NodeFlowAction> actions
final

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;