n8n/packages/workflow/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
..
Expression.ts Add variable $mode 2021-01-29 09:31:40 +01:00
index.ts Add expression support to credentials 2020-09-12 12:16:07 +02:00
Interfaces.ts Add Activation Trigger (#1570) 2021-03-23 19:08:47 +01:00
NodeHelpers.ts Dynamic webhooks improvements (#1396) 2021-02-09 09:14:40 +01:00
ObservableObject.ts 🐛 Fix bug with null in ObservableObject 2020-12-28 19:18:16 +01:00
Workflow.ts Add Activation Trigger (#1570) 2021-03-23 19:08:47 +01:00
WorkflowDataProxy.ts Add variable $mode 2021-01-29 09:31:40 +01:00
WorkflowHooks.ts Catch workflowExecuteAfter hook (#1189) 2020-11-19 10:14:43 +01:00