Is it possible to continue a task with the same swinlane, i.e if I have a task : {color: "#968c86ff" end: 1752807600000 group_id: "2" id: "2-1-0" links: ['2-1-1'] progress: 10 start: 1751774400000 title: "1"} I would like to create another task extension which extends the same row like : {color: "#7dc473ff" end: 1752894000000 group_id: "2" id: "2-1-0" links: ['2-1-2'] progress: 10 start: 1752811200000 title: "1"} rather than :
{color: "#7dc473ff" end: 1752894000000 group_id: "2" id: "2-1-0" links: ['2-1-2'] progress: 10 start: 1752811200000 title: "1"}
Currently I understand I can do this:

But I would like to do this:

Is it possible to continue a task with the same swinlane, i.e if I have a task : {color: "#968c86ff" end: 1752807600000 group_id: "2" id: "2-1-0" links: ['2-1-1'] progress: 10 start: 1751774400000 title: "1"} I would like to create another task extension which extends the same row like : {color: "#7dc473ff" end: 1752894000000 group_id: "2" id: "2-1-0" links: ['2-1-2'] progress: 10 start: 1752811200000 title: "1"} rather than :
{color: "#7dc473ff" end: 1752894000000 group_id: "2" id: "2-1-0" links: ['2-1-2'] progress: 10 start: 1752811200000 title: "1"}
Currently I understand I can do this:

But I would like to do this: