We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ccc38 commit 95014cdCopy full SHA for 95014cd
1 file changed
docs/troubleshooting/blob-size-limit-error.mdx
@@ -63,7 +63,7 @@ Workflow is not terminated and remains open, so you can deploy a fix and allow t
63
This is called the
64
[claim check pattern](https://dataengineering.wiki/Concepts/Software+Engineering/Claim+Check+Pattern). The claim
65
check pattern is built into the SDKs as [External Storage](/external-storage), or you can implement your own claim
66
- check pattern by using a custom [Payload Codec](/paload-codec)
+ check pattern by using a custom [Payload Codec](/payload-codec)
67
68
This is the most reliable way to avoid hitting payload size limits. Consider implementing the claim check pattern for
69
Workflows and Activities that have the potential to receive or return large payloads, even if they are currently
0 commit comments