Related to #579, now that I have my Script created I'd like to attach it to a Workflow. We used to use workflow.add_task(), but that seems to have been removed in v5.
Do we have to migrate to the contextmanager pattern, or is there a Hera v5 equivalent to add_task()?
Related to #579, now that I have my Script created I'd like to attach it to a Workflow. We used to use
workflow.add_task(), but that seems to have been removed in v5.Do we have to migrate to the contextmanager pattern, or is there a Hera v5 equivalent to
add_task()?