Unanswered
I’M Wondering If Someone Has An Example Of How To Use The
Hi @<1523701205467926528:profile|AgitatedDove14> , thanks so the code to be executed by the task needs to be provided to the Task.create()
method as script=some/path.py
or does it work to have something like
def my_node_task_factory(node: PipelineController.Node) -> Task:
task = Task.create(...)
my_function()
return task
137 Views
0
Answers
one year ago
one year ago