eddy davies
01/11/2023, 3:56 PMprefect-flow.py
file that imports my class. Should I create an instance in the flow and pass to each task? Or create a class instance in each task?Nate
01/11/2023, 4:30 PMthe statefulness classes does not work well with class method as tasks or flowsI'm not sure what you mean by
statefulness classes
Anna Geller
01/11/2023, 4:49 PMeddy davies
01/11/2023, 4:56 PMNate
01/11/2023, 5:06 PM@task
or @flow
when you need orchestration on some of your class functionalityeddy davies
01/11/2023, 6:08 PM