Instead of duplicating the same properties into multiple tasks, is there a way to extract them out into a method/fn and apply to each task with just a function call or apply or something?
v
Vampire
01/26/2021, 8:52 AM
Sure, there are various ways depending on what you want exactly and what DSL language you use. For example setting it on tasks A and B or setting it on all tasks of type C and so on.