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

    Interface WorkflowRunResult

    Response from POST /api/orchestration/:id/runs (201).

    interface WorkflowRunResult {
        run_id: string;
        status: string;
    }
    Index

    Properties

    Properties

    run_id: string
    status: string