John Kang
08/05/2022, 7:25 PMtask.fn(function_to_call())
but that doesn't work as I get this error: AttributeError: 'function' object has no attribute 'fn'
`RuntimeError: Tasks cannot be run outside of a flow. To call the underlying task function outside of a flow use task.fn()
.`Nico Neumann
08/05/2022, 7:30 PMfunction_to_call.fn()
John Kang
08/05/2022, 7:32 PM