🔨 Minor changes

This commit is contained in:
Harshil 2020-10-06 14:52:13 +05:30
parent 1a39140321
commit c39bb9bdfd
2 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

@ -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.
![Using the Cron node to trigger the workflow](./Cron_node.png)
@ -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.
:::