tasks.ref(...)
Function used to retrieve the output of other tasks.
tasks.ref(
module: str
)
Parameters
module
: the module whose task's output you wish to retrieve. This string should be the path of the module relative to themodules
directory.
Example:
Last updated