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
257 Views
0
Answers
2 years ago
2 years ago