@villedemontreal/workit-bpm-client
Version:
Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript
8 lines (7 loc) • 313 B
TypeScript
import { IVariablePayload, IWorkflowProps } from '@villedemontreal/workit-types';
export declare class CamundaMapperProperties {
static map(task: IVariablePayload): IWorkflowProps;
static unmap(props: IWorkflowProps): IVariablePayload;
private static _getMeta;
private static _getCustomHeaders;
}