nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
StepExecutor
Type Alias StepExecutor
StepExecutor
:
(
step
:
WorkflowStep
,
context
:
ExecutionContext
,
)
=>
Promise
<
StepResult
>
Function signature for step execution.
Type Declaration
(
step
:
WorkflowStep
,
context
:
ExecutionContext
)
:
Promise
<
StepResult
>
Parameters
step
:
WorkflowStep
context
:
ExecutionContext
Returns
Promise
<
StepResult
>
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
GitHub
npm
nexus-agents - v2.80.0
Loading...
Function signature for step execution.