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

    Interface ExecutionPhase

    A phase of steps that can be executed concurrently.

    interface ExecutionPhase {
        steps: WorkflowStep[];
        phaseIndex: number;
    }
    Index

    Properties

    Properties

    steps: WorkflowStep[]

    Steps that can run in parallel within this phase

    phaseIndex: number

    Phase index (0-based)