createRequest
Creates an action run request. The action will not be run until running the request.
Return
An action run request.
Parameters
actionName
The action name in the registry.
open fun createRequest(@NonNull actionName: String, @Nullable registry: ActionRegistry): ActionRunRequest
Creates an action run request. The action will not be run until running the request.
Return
An action run request.
Parameters
actionName
The action name in the registry.
registry
Optional - The action registry to look up the action. If null, the registry from getActionRegistry will be used.
Creates an action run request. The action will not be run until running the request.
Return
An action run request.
Parameters
action
The action to run.
Throws
if the action is null.