From aa03ab305cb65066837ab9851e05d136e019aaae Mon Sep 17 00:00:00 2001 From: Josh Wulf Date: Wed, 23 Oct 2024 06:44:49 -0500 Subject: [PATCH] fix(zeebe): fix documentation of PublishMessageReqest ttl unit\nfixes #268 --- packages/sdk/src/zeebe/lib/interfaces-grpc-1.0.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/src/zeebe/lib/interfaces-grpc-1.0.ts b/packages/sdk/src/zeebe/lib/interfaces-grpc-1.0.ts index 5e43b16d..d7f36bbc 100644 --- a/packages/sdk/src/zeebe/lib/interfaces-grpc-1.0.ts +++ b/packages/sdk/src/zeebe/lib/interfaces-grpc-1.0.ts @@ -431,7 +431,7 @@ export interface PublishMessageRequest { name: string /** The value to match with the field specified as "Subscription Correlation Key" in BPMN */ correlationKey: string - /** The number of seconds for the message to buffer on the broker, awaiting correlation. Omit or set to zero for no buffering. */ + /** The number of milliseconds for the message to buffer on the broker, awaiting correlation. Omit or set to zero for no buffering. */ timeToLive?: MaybeTimeDuration /** Unique ID for this message */ messageId?: string