Interface: ILimits
v1.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.
workflowTaskCompletionSizeLimitError
• Optional workflowTaskCompletionSizeLimitError: null | Long
Maximum total size in bytes of a single RespondWorkflowTaskCompleted request. Requests exceeding this fail the workflow task with WORKFLOW_TASK_FAILED_CAUSE_REQUEST_TOO_LARGE. 0 means no explicit limit.