Kind: Type
Source: atloria-monorepo/libs/site-gen-core/src/assembler/tools/query-product-knowledge.tool.ts
Fetch user workflows (state machines, journeys) discovered from code.
Definition
ts(
projectId: string,
options?: { featureId?: string; limit?: number },
) => Promise<ProductWorkflow[]>
Was this page helpful?