@lakutata/core
Version:
Lakutata Framework Core
17 lines • 465 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Workflow = void 0;
const ApplicationManagement_1 = require("../../ApplicationManagement");
class Workflow {
constructor(instance) {
this.___instance = instance;
}
get module() {
return this.___instance;
}
get app() {
return (0, ApplicationManagement_1.getApp)();
}
}
exports.Workflow = Workflow;
//# sourceMappingURL=Workflow.js.map