UNPKG

bpmn-elements

Version:

Executable workflow elements based on BPMN 2.0

9 lines (8 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Scripts = Scripts; function Scripts() {} Scripts.prototype.getScript = function getScript(/*scriptType, activity*/) {}; Scripts.prototype.register = function register(/*activity*/) {};