Skip to content

Commit

Permalink
fix(zeebe): fix documentation of PublishMessageReqest ttl unit\nfixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Oct 23, 2024
1 parent df0d8c1 commit aa03ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/zeebe/lib/interfaces-grpc-1.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export interface PublishMessageRequest<Variables = IInputVariables> {
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
Expand Down

0 comments on commit aa03ab3

Please sign in to comment.