Kind: Function
Source: atloria-monorepo/libs/parser-core/src/generators/workflow-documentation.generator.ts
Generate workflow documentation from enhanced screenshot metadata
Takes a collection of screenshots with state machine context and creates comprehensive workflow documentation including state diagrams, actions, and guides.
Signature
tsfunction generateWorkflowDocumentation(screenshots: EnhancedScreenshotMetadata[], options: WorkflowDocGenerationOptions): WorkflowDocumentation[]
Parameters
| Name | Type |
|---|---|
screenshots | EnhancedScreenshotMetadata[] |
options | WorkflowDocGenerationOptions |
Returns: WorkflowDocumentation[]
Was this page helpful?