UNPKG

@rs-box/ez-flow

Version:
11 lines (10 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WorkFlowEngineImpl = void 0; class WorkFlowEngineImpl { constructor() { } async run(workFlow, workContext) { return workFlow.call(workContext); } } exports.WorkFlowEngineImpl = WorkFlowEngineImpl;