@ferricstore/ferricstore
Preparing search index...
langgraph
FerricFlowHandlerContext
Interface FerricFlowHandlerContext
Structural subset of WorkflowContext required by the LangGraph bridge.
interface
FerricFlowHandlerContext
{
id
:
string
;
logicalState
:
string
;
partitionKey
?:
string
;
payload
:
unknown
;
state
:
string
;
type
:
string
;
values
:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
logical
State
partition
Key?
payload
state
type
values
Properties
Readonly
id
id
:
string
Readonly
logical
State
logicalState
:
string
Optional
Readonly
partition
Key
partitionKey
?:
string
Readonly
payload
payload
:
unknown
Readonly
state
state
:
string
Readonly
type
type
:
string
Readonly
values
values
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
logical
State
partition
Key
payload
state
type
values
@ferricstore/ferricstore
Loading...
Structural subset of WorkflowContext required by the LangGraph bridge.