Hiya! I was really excited about the release of co...
# ask-metaflow
f
Hiya! I was really excited about the release of conditional/split-switch steps in Metaflow 2.18, as that was one of the main blockers for us migrating our workflows to it. However, I see in the StepFunctions docs that this is not yet supported, and if I have a use-case I should reach out on slack. Well, here I am! πŸ˜… I'm also happy to try to contribute to this as well, just not sure where to start.
βœ… 1
a
Yes, it’s not supported yet for step functions, but has full compatibility with Argo Workflows. We are collecting interest, but no firm ETA at the moment.
If you are interested in creating a prototype, this is the file of interest https://github.com/Netflix/metaflow/blob/master/metaflow/plugins/aws/step_functions/step_functions.py
πŸ™Œ 1
f
@ancient-application-36103 Thanks! I'll take a look.