actionhero
Preparing search index...
action
run
Function run
run
<
ActionClass
>
(
actionName
:
string
,
actionVersion
?:
string
|
number
,
params
?:
{
[
key
:
string
]:
any
}
,
connectionProperties
?:
{}
,
)
:
Promise
<
{
[
key
:
string
]:
any
}
>
Run an Action in-line, perhaps from within another Action or Task.
Type Parameters
ActionClass
Parameters
actionName
:
string
Optional
actionVersion
:
string
|
number
params
:
{
[
key
:
string
]:
any
}
= {}
connectionProperties
:
{}
= {}
Returns
Promise
<
{
[
key
:
string
]:
any
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
actionhero
Loading...
Run an Action in-line, perhaps from within another Action or Task.