1 2 3 4 5 6 7
module.exports = function(classname) { var check = OCA.WorkflowEngine.getCheckByClass(classname); if (!_.isUndefined(check)) { return check['operators']; } return []; }