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 will allow much finer grain control over which nodes of a workflow need to be run than propagate_rerun, which is kind of useless as if you set it to False because re-runing identical workflows but not their nodes is guaranteed not to change anything.
In the process, it would be nice to make rerun part of the Job object so we can drop rerun from the Task._run(job: Job[Task], rerun: bool = False) signature to make it a little cleaner
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This will allow much finer grain control over which nodes of a workflow need to be run than
propagate_rerun
, which is kind of useless as if you set it toFalse
because re-runing identical workflows but not their nodes is guaranteed not to change anything.and for nested workflow nodes you could specify using '.'
In the process, it would be nice to make
rerun
part of theJob
object so we can droprerun
from theTask._run(job: Job[Task], rerun: bool = False)
signature to make it a little cleanerThe text was updated successfully, but these errors were encountered: