问题描述
你好
我在文档库中添加了自定义工作流程,并从我的自定义关联页面中收到了此消息:
I added a custom workflow to the document library and recived this message from my custom associon page:
我注册了工作流程并检查了服务总线服务.
I register workflow and checked service bus services.
感谢您的帮助.
推荐答案
您是否在单独的服务器上安装了工作流管理器?
Did you install the workflow manager in a separated server?
如果是,请确保可以从SharePoint服务器ping通工作流管理器服务器,并且可以访问工作流管理器服务器上的SharePoint网站.
If yes, please make sure that you can ping the workflow manager server from SharePoint server and you can access SharePoint site on workflow manager server.
如果SharePoint和Workflow Manager之间的网络良好,我建议删除工作流服务应用程序代理:Get-SPWorkflowServiceApplicationProxy |删除SPServiceApplicationProxy.
If network between SharePoint and Workflow Manager is fine, I recommend to remove the workflow service application proxy: Get-SPWorkflowServiceApplicationProxy | Remove-SPServiceApplicationProxy.
然后重新注册工作流服务: https://technet.microsoft.com/zh-cn/library /jj663115.aspx .
Then re-register workflow service: https://technet.microsoft.com/en-us/library/jj663115.aspx.
谢谢,
卡尔·周
这篇关于SharePoint 2013工作流HTTP超时了20000毫秒的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!