mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Remove executeSingle (no-changelog) (#4853)
This commit is contained in:
committed by
GitHub
parent
3db2707b8e
commit
9194d8bb0e
@@ -1,6 +1,6 @@
|
||||

|
||||
|
||||
# n8n-node-dev
|
||||
# n8n-node-dev
|
||||
|
||||
Currently very simple and not very sophisticated CLI which makes it easier
|
||||
to create credentials and nodes in TypeScript for n8n.
|
||||
@@ -129,7 +129,6 @@ following methods defined which contains the actual logic:
|
||||
Method get called when the workflow gets executed
|
||||
|
||||
- `execute`: Executed once no matter how many items
|
||||
- `executeSingle`: Executed once for every item
|
||||
|
||||
By default always `execute` should be used especially when creating a
|
||||
third-party integration. The reason for that is that it is way more flexible
|
||||
@@ -158,7 +157,6 @@ Property overview
|
||||
|
||||
- **description** [required]: Describes the node like its name, properties, hooks, ... see `Node Type Description` bellow.
|
||||
- **execute** [optional]: Method get called when the workflow gets executed (once).
|
||||
- **executeSingle** [optional]: Method get called when the workflow gets executed (once for every item).
|
||||
- **hooks** [optional]: The hook methods.
|
||||
- **methods** [optional]: Additional methods. Currently only "loadOptions" exists which allows loading options for parameters from external services
|
||||
- **trigger** [optional]: Method gets called once when the workflow gets activated.
|
||||
|
||||
Reference in New Issue
Block a user