Is your feature request related to a problem? Please describe.
Allow creating groups of tasks so they can be modified at once, like:
Setting a prefix to the names of the tasks (ie, "scrape-")
Setting common start condition (ie. must run in certain time, like on week days)
Setting common parameters
Can also have view functionality for easier handling of the group. Also adds options for new conditions like GroupSucceeded (True if all tasks in the group has succeeded).
Describe the solution you'd like
Possibly new parameter to Task initiation (group) and a new class (maybe to extensions).
Is your feature request related to a problem? Please describe. Allow creating groups of tasks so they can be modified at once, like:
Can also have view functionality for easier handling of the group. Also adds options for new conditions like
GroupSucceeded
(True if all tasks in the group has succeeded).Describe the solution you'd like Possibly new parameter to
Task
initiation (group
) and a new class (maybe to extensions).