ml-modules.root.data-hub.data-services.job.findStepResponses.mjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
'use strict';
xdmp.securityAssert("http://marklogic.com/data-hub/privileges/monitor-jobs", "execute");
import jobQueryLib from "/data-hub/5/flow/job-query-lib.mjs";
const endpointConstants = fn.head(xdmp.fromJSON(external.endpointConstants));
jobQueryLib.findStepResponses(endpointConstants);
© 2015 - 2024 Weber Informatics LLC | Privacy Policy