Directing dataflow between nodes

SUPERVISION component automatically defines for each node two special ports an Input Gate  and an Output Gate. They are managed by  SUPERVISION and are not arguments of services of nodes.

Sometimes the flow of data in a graph allow parallel execution of nodes ; but the implementation of the services of these nodes does not allow parallel execution ( services which are not thread-safe, internal dependencies, etc… ). These ports  give the possibility to solve such problems.

 

 

 

 

 

 

 

 

Related Topics