{ "name": "pdf_generation_workflow", "description": "Generate a PDF document from markdown content with custom layout options", "version": 1, "schemaVersion": 2, "tasks": [ { "name": "generate_pdf", "taskReferenceName": "pdf", "type": "GENERATE_PDF", "inputParameters": { "markdown": "# Monthly Sales Report\n\n## Executive Summary\n\nThis report covers sales performance for **Q4 2025**.\n\n| Region | Revenue | Growth |\n|--------|---------|--------|\n| North America | $2.4M | +12% |\n| Europe | $1.8M | +8% |\n| Asia Pacific | $1.2M | +15% |\n\n## Key Highlights\n\n- Total revenue reached **$5.4M**, exceeding target by 10%\n- Customer acquisition increased by *23%* across all regions\n- Product satisfaction score: **4.7/5.0**\n\n## Action Items\n\n1. Expand APAC sales team by Q1 2026\n2. Launch enterprise tier in European market\n3. Increase marketing budget for North America\n\n> *\"Our best quarter yet -- the team delivered exceptional results across every metric.\"* -- VP of Sales\n\n---\n\nGenerated by Conductor Workflow Engine", "pageSize": "LETTER", "theme": "default", "baseFontSize": 11, "pdfMetadata": { "title": "Monthly Sales Report - Q4 2025", "author": "Conductor Workflow", "subject": "Quarterly Sales Performance" } } } ] }