... | ... | @@ -6,3 +6,11 @@ The window has three important areas: |
|
|
* on the left, there are the `nodes`. They provide the functionality
|
|
|
* on the right, there are different tools, we are going to use the debug window (click on the little bug icon) first
|
|
|
* in the middle we are going to create our `flow`.
|
|
|
|
|
|

|
|
|
|
|
|
* Now drag an `inject`node and a `debug` node to the flow
|
|
|
* Connect the nodes by clicking and holding the little circle on the right ide of the blue `inject` node, and drop the vritual cable on the circle on the left ide of the green `debug` node
|
|
|
* click the `Deploy` button to sav your flow to the server.
|
|
|
* now click the button on the left side of the `inject` node to start the flow
|
|
|
* the timestamp will be displayed in the debug area |
|
|
\ No newline at end of file |