argoproj-labs / hera

Hera makes Python code easy to orchestrate on Argo Workflows through native Python integrations. It lets you construct and submit your Workflows entirely in Python. ⭐️ Remember to star!
https://hera.rtfd.io
Apache License 2.0
601 stars 106 forks source link

New steps decorator #1062

Closed elliotgunton closed 5 months ago

elliotgunton commented 5 months ago

Pull Request Checklist

Description of PR PR refactors common code from the dag decorator, and adds the new parallel function to create a Parallel context at declaration time, or a dummy context to allow local execution.