UNPKG

@cumulus/message

Version:

Utilities for building and parsing Cumulus messages

11 lines 428 B
import { Message } from '@cumulus/types'; /** * Get the async operation ID from a workflow message, if any. * * @param {Message.CumulusMessage} message - A workflow message object * @returns {undefined|string} The async operation ID * * @alias module:AsyncOperations */ export declare const getMessageAsyncOperationId: (message: Message.CumulusMessage) => string | undefined; //# sourceMappingURL=AsyncOperations.d.ts.map