In Hierarchical Task Network (HTN) planning, a Parallel Task is a high-level, abstract Compound Task that decomposes into a set of subtasks designed for concurrent execution. This decomposition is defined by a Method that specifies the subtask network and any Ordering Constraints or Resource Constraints that must be respected. Unlike a Sequential Task, which enforces a strict linear order, a parallel task's structure explicitly allows for non-linear, simultaneous execution paths, enabling more efficient plans when subtasks are independent.
