UNPKG

@vzeta/zeebe-node-test

Version:

The Node.js client library for the Zeebe Workflow Automation Engine.

16 lines (15 loc) 352 B
/// <reference types="node" /> export declare function createUniqueTaskType({ bpmnFilePath, taskTypes, messages, }: { bpmnFilePath: string; taskTypes: string[]; messages: string[]; }): { bpmn: Buffer; taskTypes: { [key: string]: string; }; messages: { [key: string]: string; }; processId: string; };