extract_code
Extract code nodes from n8n workflows into separate files for improved editing and organization.
Instructions
Extract code nodes to separate files in workflows/nodes/ for better editing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workflow | No | Specific workflow to extract code from (optional, extracts all if not specified) |
Input Schema (JSON Schema)
{
"properties": {
"workflow": {
"description": "Specific workflow to extract code from (optional, extracts all if not specified)",
"type": "string"
}
},
"type": "object"
}