bright-author-73055
09/25/2023, 9:49 PMTask failed.
I've been debugging it for a while and all the business logic defined in the task seems to be running successfully and then it almost seems like the task fails as it's exiting. And thus the whole workflow stops
Extra context:
• I'm running metaflow purely locally right now (i.e. no .metaflowconfig
)
• I'm saving a list of instances of a custom class at the end of that step
• I'm using the foreach
statement and some other parallel tasks of the same step seem to be exiting / going to the next step fine
Does this sound familiar to anyone at all?