终止工作流程控制
我正在开发 ASP .net 工作流应用程序,并且工作流可视化设计器中有一个 TerminateWorkflow 控件。但是,当我运行 Asp .net 应用程序时,浏览器在到达 TerminateWorkflow 控件时保持“等待”状态。你有什么想法吗?谢谢您的时间。
i am working on an ASP .net workflow application and i have a TerminateWorkflow control in the workflow Visual designer. But when i run the Asp .net application the browser keep "Waiting" when it reaches the TerminateWorkflow control. Do you have any ideas? Thx for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TerminateWorkflow 活动引发异常 - 因此,如果未处理该异常,我不确定您将看到什么样的结果,但您可能会看到应用程序挂起。您的 Run 命令是否包含在 Try/Catch 中?
The TerminateWorkflow activity throws an exception -- so if it's unhandled I'm not sure what kind of results you're going to see but you may see your application hang. Is your Run command wrapped in a Try/Catch?