Logo ProcessCore

ProcessEdges Type

Read-only façade for the process_edges view, which exposes one row per (input, output) pair sharing a lab process. Useful for graph traversal of the data flow.

Static members

Static member Description

ProcessEdges.list driver

Full Usage: ProcessEdges.list driver

Parameters:
Returns: ProcessEdgeRow array

Returns all edges ordered by (process_id, input_position, output_position, input_id, output_id).

driver : ISqliteDriver
Returns: ProcessEdgeRow array

Type something to start searching.