UNPKG

@villedemontreal/workit-stepfunction-client

Version:

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

33 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SERVICE_IDENTIFIER = void 0; /* * 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. */ const workit_core_1 = require("@villedemontreal/workit-core"); exports.SERVICE_IDENTIFIER = { ...workit_core_1.SERVICE_IDENTIFIER, /** * Bind the Camunda repository */ camunda_repository: Symbol('camunda_repository'), /** * Bind the Step function repository */ stepfunction_repository: Symbol('stepfunction_repository'), /** * Bind the Generic client you want to use */ camunda_client: Symbol('camunda_client'), /** * Bind the SQS configuration */ sqs_config: Symbol('sqs_config'), /** * Bind your own step function configuration */ stepfunction_config: Symbol('stepfunction_config'), }; //# sourceMappingURL=identifiers.js.map