UNPKG

@villedemontreal/workit-stepfunction-client

Version:

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

12 lines (11 loc) 443 B
import { IVariablePayload, IWorkflowProps } from '@villedemontreal/workit-types'; export declare class SfnSqsMapperValidationError extends Error { readonly field: string; constructor(message: string, field: string); } export declare class SfnSqsMapperProperties { static map(task: any): IWorkflowProps; static unmap(props: IWorkflowProps): IVariablePayload; private static _getMeta; private static _getCustomHeaders; }