graphPopulated

abstract fun graphPopulated(graph: TaskExecutionGraph)

This method is called when the TaskExecutionGraph has been populated, and before any tasks are executed.

Parameters

graph

The graph. Never null.