Skip to content

Determine start task when defined as a method

Wout De Nolf requested to merge denolf/workflow_concepts:test1 into test1

@svensson For methods or scripts we do not know whether a task is a start task in the graph or not. Therefore we introduce the node attribute inputs_complete to indicate that the static input provided by the graph representation is all required input (which is one of the requirements to be a start task).

Merge request reports