@deskcreate/agentcraft
Preparing search index...
index
WorkflowContext
Interface WorkflowContext<TInput>
Context object passed to every workflow step.
interface
WorkflowContext
<
TInput
=
unknown
>
{
input
:
TInput
;
runId
:
string
;
steps
:
Record
<
string
,
WorkflowStepResult
>
;
store
:
ArtifactStore
|
undefined
;
workspace
:
AgentWorkspaceInstance
;
}
Type Parameters
TInput
=
unknown
Index
Properties
input
run
Id
steps
store
workspace
Properties
Readonly
input
input
:
TInput
Readonly
run
Id
runId
:
string
Readonly
steps
steps
:
Record
<
string
,
WorkflowStepResult
>
Readonly
store
store
:
ArtifactStore
|
undefined
Readonly
workspace
workspace
:
AgentWorkspaceInstance
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
run
Id
steps
store
workspace
@deskcreate/agentcraft
Loading...
Context object passed to every workflow step.