Kind: Function
Source: atloria-monorepo/libs/parser-core/src/generators/workflow-documentation.generator.ts
Generate workflow documentation and write to file
Signature
tsasync function generateWorkflowDocumentationFile(screenshots: EnhancedScreenshotMetadata[], outputPath: string, options: WorkflowDocGenerationOptions): Promise<WorkflowDocGenerationResult[]>
Parameters
| Name | Type |
|---|---|
screenshots | EnhancedScreenshotMetadata[] |
outputPath | string |
options | WorkflowDocGenerationOptions |
Returns: Promise<WorkflowDocGenerationResult[]>
Was this page helpful?