API / $processor.execute
Executes a specific action using the request and context and returns a response. It is recommended to use the action name but you can also use the actual database id of the action
Arguments
Name | Type | Description |
---|---|---|
$actionId | string|integer | |
$request | \Fusio\Engine\RequestInterface | |
$context | \Fusio\Engine\ContextInterface |
Return
Type | Description |
---|---|
\PSX\Http\Environment\HttpResponseInterface |