mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
🔨 Minor changes
This commit is contained in:
parent
1a39140321
commit
c39bb9bdfd
Binary file not shown.
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 94 KiB |
@ -44,10 +44,10 @@ The final workflow should look like the following image.
|
||||
|
||||
### 1. Cron node
|
||||
|
||||
The Cron node will trigger the workflow every hour.
|
||||
The Cron node will trigger the workflow every minute.
|
||||
|
||||
1. Click on ***Add Cron Time***.
|
||||
2. Select 'Every Hour' from the ***Mode*** dropdown list.
|
||||
2. Select 'Every Minute' from the ***Mode*** dropdown list.
|
||||
3. Click on ***Execute Node*** to run the node.
|
||||
|
||||

|
||||
@ -104,6 +104,8 @@ In the screenshot below, you will notice that the node sends an SMS with the pri
|
||||
::: v-pre
|
||||
### 5. NoOp node
|
||||
|
||||
Adding this node here is optional, as the absence of this node won't make a difference to the functioning of the workflow.
|
||||
|
||||
1. Create a ***NoOp*** node connected to the 'false' output of the IF node.
|
||||
2. Click on ***Execute Node*** to run the node.
|
||||
:::
|
||||
|
||||
Loading…
Reference in New Issue
Block a user