UNPKG

@villedemontreal/workit

Version:

Worker for Node.js system with pluggable clients that works with both AWS Step function and Camunda platform powered by TypeScript

6 lines (5 loc) 254 B
import { IWorkflowClient } from '@villedemontreal/workit-types'; import { ClientManager } from '../camunda-n-mq/clientManager'; export declare class StepFunctionManager extends ClientManager<IWorkflowClient> { constructor(client: IWorkflowClient); }