nexus-agents - v2.80.0
    Preparing search index...

    Interface WorkflowExecutionPlan

    Execution plan with ordered phases.

    interface WorkflowExecutionPlan {
        phases: ExecutionPhase[];
        totalSteps: number;
        maxParallelism: number;
    }
    Index

    Properties

    phases: ExecutionPhase[]

    Ordered phases of execution

    totalSteps: number

    Total number of steps

    maxParallelism: number

    Maximum parallelism (max steps in any phase)