Hi,
My tasks are organised as a set of sub-tasks

completion of each sub-task is adding 1 to the progress of the parent task
however if you look at the first snapshot that shows only the columns visible without scrolling, one could think that all activities are complete and that it would be ok to switch off the server.
But if you scroll right to see the progression data, the situation is very different:

At the moment, the status of the Parent task is not related at all to the task progression (TaskModel.progress_info[0] vs. TaskModel.total)
In my use case, that would be necessary to take task progression into account when a total is specified.
How could I ensure that the "signal_complete" is not sent before each sub-task is complete?
and that it is sent once the last sub-task has been completed?
Hi,

My tasks are organised as a set of sub-tasks
completion of each sub-task is adding 1 to the progress of the parent task
however if you look at the first snapshot that shows only the columns visible without scrolling, one could think that all activities are complete and that it would be ok to switch off the server.
But if you scroll right to see the progression data, the situation is very different:

At the moment, the status of the Parent task is not related at all to the task progression (
TaskModel.progress_info[0]vs.TaskModel.total)In my use case, that would be necessary to take task progression into account when a total is specified.
How could I ensure that the "signal_complete" is not sent before each sub-task is complete?
and that it is sent once the last sub-task has been completed?