Hi, I’m hoping to just get some clarification on the meaning of this error:
{
"type": "workflowExecutionTerminatedEventAttributes",
"reason": "Transaction size exceeds limit.",
"details": {
"payloads": [
"transaction size of 5349927 bytes exceeds limit of 4194304 bytes"
]
},
"identity": "history-service"
}
We’ve been struggling with various activity input/output size limitation errors while building out our first prod workflow lately and this looks like it’s referencing something different since it points to the “history-service” but it’s unclear. Is this just saying that a certain activity’s input/output was too large? Or is this somehow saying that our overall workflow has grown too large in some way?