n8n/packages/workflow
Omar Ajoue 37f787d7b2
Load node properties on demand (#1089)
*  Changed rest api endpoint to omit node properties by default.
 Created another endpoint to return all node information based on a list of names

* refactor: changed endpoint to POST instead of GET

* Changed properties to be optional for node description

* Removed eager loading for node properties.

All nodes will have their properties fetched when used in a workflow.
Works when opening an already saved workflow, creating a new one from
scratch or pasting JSON / URLs.

* Removing unnecessary dependency
2020-10-22 17:24:35 +02:00
..
src Load node properties on demand (#1089) 2020-10-22 17:24:35 +02:00
test 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
LICENSE.md 📚 License text fix 2020-09-15 07:55:09 +02:00
package.json 👕 Fix built issue 2020-10-20 11:15:14 +02:00
README.md Fix logos in README.md files 2020-07-13 14:22:34 +02:00
tsconfig.json Make tsconfig.json files "fully" valid JSON files 2019-08-13 19:42:03 +02:00
tslint.json 👕 Fix lint issue 2020-10-22 15:46:03 +02:00

n8n-workflow

n8n.io - Workflow Automation

Workflow base code for n8n

npm install n8n-workflow

License

Apache 2.0 with Commons Clause

Additional information about license can be found in the FAQ