n8n/packages/core/src
Omar Ajoue 726a99bf69
Add Activation Trigger (#1570)
*  n8n start trigger node

* first declaration of WorkflowActivationMode

* implement first WorkflowActivationMode: 'init', 'create', 'update', 'activate'

* fix Server missing id

* add activation infos to triggers

* remove WorkflowActivationMode from webhook execution function

* add some missing activation and add manual activation

* clean up and fix some code

* fix UnhandledPromiseRejectionWarning: Error: Overwrite NodeExecuteFunctions.getExecuteTriggerFunctions.emit function!

* fix spaces

* use a better name for the node

* fix ident in package.json

* Contributions to lublak's PR #1287

* Fixed linting issues and change the way parameters are displayed

*  Fix name and minor improvements

Co-authored-by: lublak <lublak.de@gmail.com>
Co-authored-by: lublak <44057030+lublak@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-23 19:08:47 +01:00
..
ActiveWebhooks.ts Add Activation Trigger (#1570) 2021-03-23 19:08:47 +01:00
ActiveWorkflows.ts Add Activation Trigger (#1570) 2021-03-23 19:08:47 +01:00
Constants.ts Make it possible to set tunnel subdomain via environment variable 2019-10-15 07:21:15 +02:00
Credentials.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
DeferredPromise.ts Initial commit to release 2019-06-23 12:35:23 +02:00
index.ts Run workflows in own independent subprocess 2019-08-08 20:47:08 +02:00
Interfaces.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
LoadNodeParameterOptions.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
NodeExecuteFunctions.ts Add Activation Trigger (#1570) 2021-03-23 19:08:47 +01:00
UserSettings.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
WorkflowExecute.ts 🐛 Fix concurrency issues with subworkflows (#1558) 2021-03-19 17:32:43 +01:00