@ferricstore/ferricstore
Preparing search index...
langgraph
LangGraphFlowOptions
Interface LangGraphFlowOptions<Input, Output>
interface
LangGraphFlowOptions
<
Input
,
Output
>
{
checkpointNs
?:
|
string
|
(
(
flow
:
FerricFlowHandlerContext
)
=>
string
|
Promise
<
string
>
)
;
config
?:
(
flow
:
FerricFlowHandlerContext
,
)
=>
|
LangGraphInvocationConfig
|
Promise
<
LangGraphInvocationConfig
|
undefined
>
|
undefined
;
context
?:
(
flow
:
FerricFlowHandlerContext
)
=>
unknown
;
input
?:
(
flow
:
FerricFlowHandlerContext
)
=>
Input
|
Promise
<
Input
>
;
interruptState
?:
string
;
invokeOptions
?:
LangGraphInvocationConfig
;
onComplete
?:
LangGraphOutcomeMapper
<
Output
>
;
onInterrupt
?:
LangGraphOutcomeMapper
<
Output
>
;
recoverExisting
?:
boolean
;
threadId
?:
(
flow
:
FerricFlowHandlerContext
)
=>
string
|
Promise
<
string
>
;
}
Type Parameters
Input
Output
Index
Properties
checkpoint
Ns?
config?
context?
input?
interrupt
State?
invoke
Options?
on
Complete?
on
Interrupt?
recover
Existing?
thread
Id?
Properties
Optional
checkpoint
Ns
checkpointNs
?:
|
string
|
(
(
flow
:
FerricFlowHandlerContext
)
=>
string
|
Promise
<
string
>
)
Optional
config
config
?:
(
flow
:
FerricFlowHandlerContext
,
)
=>
|
LangGraphInvocationConfig
|
Promise
<
LangGraphInvocationConfig
|
undefined
>
|
undefined
Optional
context
context
?:
(
flow
:
FerricFlowHandlerContext
)
=>
unknown
Optional
input
input
?:
(
flow
:
FerricFlowHandlerContext
)
=>
Input
|
Promise
<
Input
>
Optional
interrupt
State
interruptState
?:
string
Optional
invoke
Options
invokeOptions
?:
LangGraphInvocationConfig
Optional
on
Complete
onComplete
?:
LangGraphOutcomeMapper
<
Output
>
Optional
on
Interrupt
onInterrupt
?:
LangGraphOutcomeMapper
<
Output
>
Optional
recover
Existing
recoverExisting
?:
boolean
Resume an already-checkpointed graph with null input. Defaults to true.
Optional
thread
Id
threadId
?:
(
flow
:
FerricFlowHandlerContext
)
=>
string
|
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checkpoint
Ns
config
context
input
interrupt
State
invoke
Options
on
Complete
on
Interrupt
recover
Existing
thread
Id
@ferricstore/ferricstore
Loading...
Resume an already-checkpointed graph with null input. Defaults to true.