Skip to main content

Interface: ILimits

coresdk.NamespaceInfo.ILimits

Properties of a Limits.

Implemented by

Properties

blobSizeLimitError

Optional blobSizeLimitError: null | Long

Maximum size in bytes for payload fields in workflow history events (e.g., workflow/activity inputs and results, failure details, signal payloads). When exceeded, the server will reject the operation with an error.


memoSizeLimitError

Optional memoSizeLimitError: null | Long

Maximum total memo size in bytes per workflow execution.