gyselroth / tubee

Data management engine with synchronization support
GNU General Public License v3.0
4 stars 4 forks source link

Maintain old processes on status when deleting job #103

Closed s-aebischer closed 1 year ago

s-aebischer commented 1 year ago

Describe the bug

When a job gets canceled every process from the past of that job gets canceled too. Even when the process has the status done.

To Reproduce

Cancel a job which has already done processes in the past.

Expected behavior

Only the canceled job and the direct processes should be updated. All processes from the past which are already done should not be touched