Maximum size of Local and Global Variable in Workflow

What is the Maximum size of Local and Global Variable in Workflow?

I don’t know of any limit, maybe limited by OS, so for strings near 2 GB I guess, but to avoid performance issues you should keep it small.

  • Local/Global variables: no limit

“No Limit” means “no practical limit”. In reality, there is a 2GB limitation on string variables, but that should never be an issue when processing any relatively “normal” job.