Running dataflow

To launch execution of your graph:

 

In the Execution toolbar click icon or from the Supervision menu choose  Run.

 

Execution of your graph will be started from the first nodes with input parameters to the last node with output parameters. In case of graphs with conditional branches and loops execution of this graph may end on a definite intermediate node.

 

While execution of your graph is running, you can't modify the structure of your graph, set input parameters etc.

 

The main states of the nodes are the following:

 

 

To stop execution of the whole graph:

 

In the Execution toolbar click icon or from the Supervision menu choose Kill.

 

Execution of your graph will be stopped on the last operating node.

 

After the first execution of the graph you can restart it with new input parameters using the same method. All intermediate data calculated on the nodes will be automatically updated according a new dataflow.

 

 

 

Related Topics