ewokscore.graph.inputs.graph_inputs#

ewokscore.graph.inputs.graph_inputs(graph)[source]#

Return a list of workflow inputs. These are all the task inputs that are not connected to task outputs from previous nodes in the workflow.

Parameters:

graph (TaskGraph)

Return type:

List[NodeInput]