Skip to content

Zone: should avoid multiple parent zone. #327

@superstar54

Description

@superstar54

If we have three tasks: while_task, if_task, and normal_task

while_task.children.add([if_task, normal_task])
if_task.children.add([normal_task])

The normal task belongs to the child of two tasks. This is not correct, should raise an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions