Run workflows
Executing an AI Workflow in CogniBlocks
Monitoring Execution Logs
Workflow Execution History & Data Storage
bashCopyEdit/workspace/.cache/workflow-${workflow_id}/
├── {run_uuid}/
│ ├── outputs/ # Stores generated output files
│ ├── logs/ # Execution logs for debugging
│ ├── results.json # Detailed workflow execution report
├── workflow.json # Workflow structure & Block connections Last updated