@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface WorkflowRunStatus

    Response from GET /api/orchestration/runs/:runId.

    interface WorkflowRunStatus {
        run: WorkflowRun;
        stepRuns: StepRun[];
    }
    Index

    Properties

    Properties

    stepRuns: StepRun[]