forked from HAL9000/cleveragents-core
658b86c976
Add the DEPENDENCY_ORDERED execution mode to the Child Plan Execution Modes section. This mode performs topological sorting of subplan dependencies and executes independent subplans concurrently in waves. Also adds the dependency-ordered row to the failure handling table. Closes #4034