UNPKG

@villedemontreal/workit-bpm-client

Version:

Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript

11 lines 543 B
"use strict"; /* * Copyright (c) 2025 Ville de Montreal. All rights reserved. * Licensed under the MIT license. * See LICENSE file in the project root for full license information. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Variables = void 0; const camunda_external_task_client_js_1 = require("camunda-external-task-client-js"); Object.defineProperty(exports, "Variables", { enumerable: true, get: function () { return camunda_external_task_client_js_1.Variables; } }); //# sourceMappingURL=variables.js.map