Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this tutorial, we will show how to stop a DataFlow from the FlowEngine.

We will be using the node “Stop Dataflow“ on the “Onesait Platform Dataflows““ category

Let's see how we can use that node. To do this, we will follow the following steps:

  1. Select the "FlowEngine Management" option from the menu:

     

  2. Select the domain belonging to your user:

     

  3. Once you are in the domain, drag a node of type "Stop Dataflow" to the flow and double click on it to see its properties.


    The following are the base properties:

    1. Name: The name that you want the node to have when viewing it within the flow.

    2. Dataflows available: List of dataflows availables by the user

    3. Dataflow: Dataflow selected in the previous box. This dataflow is the one that will be stopped. If msg.dataflowIdentification has content, this will be used insted of the base property.

  4. Run the dataflow

    Whenever a message reaches the node, it will try to stop the selected DataFlow. The result of the execcion (and its state) will be shown in the msg.payload:

  • No labels