How to control the response of a DataFlow from the FlowEngine?

How to control the response of a DataFlow from the FlowEngine?

Since version 2.2.0-hyperblast

A new functionality has been added to the component to communicate with the DataFlows from the Flow Engine that allows you to control multiple status and timeouts of the dataflows from the Flow Engine.

Now you can choose multiple statuses by which to evaluate a DataFlow in a planned way.

With the "control" key, you can select as many statuses to evaluate as needed.

Each selection will generate an output on the node. Placing the cursor on each output pin, you will see the status it represents. When a selected status is reached, that pin will output a message.

Along with multiple selection, we have added the option to define a timeout, which, when exceeded, will stop the evaluation of states on the dataflow. To activate it, you must select the check "Set timeout for the status to reach the selection state" and define the timeout value in seconds. If enabled, an extra output pin will be created, which will generate a message when the timeout has elapsed.

The message sent by this output will contain the last status recorded by the dataflow.