工作流程警告
我正在尝试清理一些现有代码生成的警告。 我被困在这三个...我真的没有工作流程经验,所以我不知道它在抱怨什么...有什么想法吗?
warning WF1820: Activity 'StartWorkflowActivity' validation warning:
Validation failed for parameter 'workflowName'. All parameters for
the receive activity should have a valid activity binding or a value
specified.
warning WF1820: Activity 'ContinueWorkflowActivity' validation warning:
Validation failed for parameter 'workflowContext'. All parameters for
the receive activity should have a valid activity binding or a value
specified.
warning WF1821: Activity 'ContinueWorkflowActivity' validation warning:
Validation failed for parameter '(ReturnValue)'. No valid activity bind
or value found specified for return value.
I'm trying to clean up the warnings being generated by some existing code. I'm stuck on these 3... I really have no experience with workflows, so I have no idea what it's complaining about... any ideas?
warning WF1820: Activity 'StartWorkflowActivity' validation warning:
Validation failed for parameter 'workflowName'. All parameters for
the receive activity should have a valid activity binding or a value
specified.
warning WF1820: Activity 'ContinueWorkflowActivity' validation warning:
Validation failed for parameter 'workflowContext'. All parameters for
the receive activity should have a valid activity binding or a value
specified.
warning WF1821: Activity 'ContinueWorkflowActivity' validation warning:
Validation failed for parameter '(ReturnValue)'. No valid activity bind
or value found specified for return value.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的工作流程正常运行,您不必担心 - 它会给您关于运行时绑定的属性(因此未在代码中设置)的警告。
If your workflow runs properly, you shouldn't have anything to worry about - it will give you a warning for properties that are bound at runtime (and thus not set in the code).