mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
add schedule group
This commit is contained in:
parent
0565ea7ac1
commit
8cb61bade5
|
@ -22,7 +22,7 @@ export class Cron implements INodeType {
|
|||
displayName: 'Cron',
|
||||
name: 'cron',
|
||||
icon: 'fa:calendar',
|
||||
group: ['trigger'],
|
||||
group: ['trigger', 'schedule'],
|
||||
version: 1,
|
||||
description: 'Triggers the workflow at a specific time',
|
||||
eventTriggerDescription: '',
|
||||
|
|
|
@ -12,7 +12,7 @@ export class Interval implements INodeType {
|
|||
displayName: 'Interval',
|
||||
name: 'interval',
|
||||
icon: 'fa:hourglass',
|
||||
group: ['trigger'],
|
||||
group: ['trigger', 'schedule'],
|
||||
version: 1,
|
||||
description: 'Triggers the workflow in a given interval',
|
||||
eventTriggerDescription: '',
|
||||
|
|
Loading…
Reference in a new issue