AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
WorkflowQueryOptions
Interface WorkflowQueryOptions
Options supplied when querying for workflow instances.
interface
WorkflowQueryOptions
{
conversationId
?:
string
;
definitionId
?:
string
;
statuses
?:
WorkflowStatus
[]
;
limit
?:
number
;
}
Index
Properties
conversation
Id?
definition
Id?
statuses?
limit?
Properties
Optional
conversation
Id
conversation
Id
?:
string
Optional
definition
Id
definition
Id
?:
string
Optional
statuses
statuses
?:
WorkflowStatus
[]
Optional
limit
limit
?:
number
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
conversation
Id
definition
Id
statuses
limit
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Options supplied when querying for workflow instances.