You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is something I've wanted for a while too. I think it's possible but will require a fair bit of changes. @franzigeiger were you hoping to contribute?
Motivation: Why do you think this is important?
I'd like to access dataclass attributes from within a workflow. This is already possible for
NamedTuple
but those are restricted in usage.Goal: What should the final outcome look like, ideally?
I would like this to work:
Describe alternatives you've considered
Currenlty this is only possible with workarounds. You can:
NamedTuples
only if the configuration object is an output of another workflow. They can't be a task or workflow input.add
task signatures to take in the full config object, which means taking in unused parameters.Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: