iñigo
05/18/2022, 2:42 PMKevin Kho
05/18/2022, 2:44 PMiñigo
05/18/2022, 2:45 PMKevin Kho
05/18/2022, 2:45 PMfrom myfunctions import func
iñigo
05/18/2022, 2:46 PMKevin Kho
05/18/2022, 2:49 PMiñigo
05/18/2022, 2:54 PMKevin Kho
05/18/2022, 2:55 PMiñigo
05/18/2022, 2:57 PMKevin Kho
05/18/2022, 2:58 PMiñigo
05/18/2022, 3:00 PMKevin Kho
05/18/2022, 3:05 PMiñigo
05/18/2022, 3:08 PMKevin Kho
05/18/2022, 3:10 PMflow.run()
. flow.run does not respect RunConfiguration and Storage. If you provide the image yourself, you can do:
flow.register(build=False)
and it should be the same other than thatiñigo
05/18/2022, 3:11 PMKevin Kho
05/18/2022, 3:11 PMiñigo
05/18/2022, 3:40 PMKevin Kho
05/18/2022, 3:42 PMflow.run()
, it won’t use Docker. If registered flow, the agent picks it up and starts a new container to run the Flow iniñigo
05/18/2022, 4:23 PM