Function run_wait_result_script_by_path

Source
pub async fn run_wait_result_script_by_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    request_body: HashMap<String, Value>,
    parent_job: Option<&str>,
    tag: Option<&str>,
    cache_ttl: Option<&str>,
    job_id: Option<&str>,
    include_header: Option<&str>,
    queue_limit: Option<&str>,
) -> Result<Value, Error<RunWaitResultScriptByPathError>>