Could it be that after a step like this: ```@step...
# ask-metaflow
h
Could it be that after a step like this:
Copy code
@step
def join(self, inputs):
        
   print("Rejoining from the folds.")
   self.next(self.step42)
Parameters like self.p1 and self.p2 are not available anymore in step42? Is this to be expected?
1