Windows工作流程参数的最大字符串长度?
在我的顺序工作流程中,我从另一个工作流程主机获取字符串作为参数。字符串的实际大小超过 512,但是当我从工作流主机接收它时,我得到的字符串长度为 512,超过这个长度就会被截断。
问题可能出在哪里?我需要更改工作流程中的任何配置设置吗?或者需要在定义工作流程参数时添加任何属性?
提前感谢
In my sequential workflow, i am getting the string as a parameter from another workflow host. The actual size of the string is more than 512, but while i am recieving it from the workflow host i am getting the string with length of 512, beyond that is getting truncated.
Where may be the issue is? Do i need to change any configuration settings in the workflow? or need to add any attributes while defining the workflow parameter?
Thanx in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
字符串参数的大小没有限制。我刚刚做了一个快速测试,验证了我可以将 1K 字符串传递给工作流程。
There is no limitation to the size of string arguments. I just did a quick test which verified that I can pass a 1K string to a Workflow.