getAction method
Finds an action by its ID.
Parameters:
actionId: The unique identifier of the action to find
Returns: The action if found, null otherwise
Implementation
NodeFlowAction<T>? getAction(String actionId) => _actions[actionId];
Finds an action by its ID.
Parameters:
actionId: The unique identifier of the action to findReturns: The action if found, null otherwise
NodeFlowAction<T>? getAction(String actionId) => _actions[actionId];