Matthew Seligson
05/26/2022, 4:11 PMKevin Kho
Matthew Seligson
06/03/2022, 7:26 PMKevin Kho
@task
def abc():
....
That can take effect next flow run. It won’t take affect for the current flow run because the first step to start a flow is loading in and reading the script. So basically it’s the same as changing Python script code after a Python script is running. It already started the process so it won’t changeMatthew Seligson
06/03/2022, 7:42 PMKevin Kho
Matthew Seligson
06/03/2022, 7:46 PMKevin Kho