alex
12/10/2021, 4:55 PMimport app.logic
@task
def do_something():
app.logic.dosomething()
If I am using a Local Agent and modify
app.logic.dosomething()
without modifying the task or the general flow structure, would I still need to redeploy my flow?Anna Geller