mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Upgrade to Prettier 3 (no-changelog) (#6947)
Supersedes https://github.com/n8n-io/n8n/pull/6937 Excluding fixtures and test workflow JSONs to avoid having to update tests.
This commit is contained in:
@@ -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.
|
||||
@@ -131,14 +131,12 @@ Method is called when the workflow gets executed
|
||||
- `execute`: Executed once no matter how many items
|
||||
|
||||
By default, `execute` should always be used, especially when creating a
|
||||
third-party integration. The reason for this is that it provides much more
|
||||
third-party integration. The reason for this is that it provides much more
|
||||
flexibility and allows, for example, returning a different number of items than
|
||||
it received as input. This becomes crucial when a node needs to query data such as _return
|
||||
all users_. In such cases, the node typically receives only one input item but returns as
|
||||
many items as there are users. Therefore, when in doubt, it is recommended to use `execute`!
|
||||
|
||||
|
||||
|
||||
**Trigger node**
|
||||
|
||||
Method is called once when the workflow gets activated. It can then trigger workflow runs and provide the necessary data by itself.
|
||||
|
||||
Reference in New Issue
Block a user