@deskcreate/agentcraft
Preparing search index...
index
WorkflowStep
Interface WorkflowStep
Executable workflow step contract implemented by all step factories.
interface
WorkflowStep
{
stepId
:
string
;
type
:
string
;
execute
(
ctx
:
WorkflowContext
)
:
Promise
<
unknown
>
;
}
Index
Properties
step
Id
type
Methods
execute
Properties
Readonly
step
Id
stepId
:
string
Readonly
type
type
:
string
Methods
execute
execute
(
ctx
:
WorkflowContext
)
:
Promise
<
unknown
>
Parameters
ctx
:
WorkflowContext
Returns
Promise
<
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
step
Id
type
Methods
execute
@deskcreate/agentcraft
Loading...
Executable workflow step contract implemented by all step factories.