【发布时间】:2023-03-21 06:51:01
【问题描述】:
我有一个 WSS 3.0“项目”站点,我的所有工作流程都可以正常工作。我想要一种简单的方法来克隆这个站点,每个项目都有一个,所以它必须是授权的最终用户可以做的事情(stsadm 导出对他不起作用)。
我将包含内容的站点保存为模板,然后从该模板创建一个新站点。这个新网站有所有的工作流程,但是当我尝试运行它们时,我得到“启动失败” 这是来自错误日志。我怀疑这是日志中的关键消息... "找不到条件"__Rule_ID21"
2009 年 4 月 10 日 10:06:03.00 w3wp.exe (0x13A4) 0x150C Windows SharePoint Services 工作流基础结构 72fs Unexpected RunWorkflow: Microsoft.SharePoint.SPException: Error>CompilerError Line="0" Column="0" Text= “活动‘ID13’验证失败:找不到条件‘__Rule_ID13’。” CompilerError Line="0" Column="0" Text="Activity 'ID21' 验证失败:找不到条件“__Rule_ID21”。 /> 错误> 在 Microsoft.SharePoint.Workflow.SPWinOeHostServices.CreateInstance(Guid trackingId, SPWorkflow workflow) 在 Microsoft.SharePoint.Workflow.SPWinOeEngine.RunWorkflow(Guid trackingId, SPWorkflowHostService 主机、SPWorkflow 工作流、Collection`1 事件、TimeSpan timeOut) 在 Microsoft.SharePoint.Workflow.SPWorkflowManager.RunWorkflowElev(SPWorkflow originalWo...
04/10/2009 10:06:03.00* w3wp.exe (0x13A4) 0x150C Windows SharePoint Services 工作流基础结构 72fs 意外 ...rkflow、SPWorkflow 工作流、Collection`1 事件、SPRunWorkflowOptions runOptions)
04/10/2009 10:06:03.00 w3wp.exe (0x13A4) 0x150C Windows SharePoint Services 工作流基础结构 98d7 意外 Microsoft.SharePoint.SPException:在 Microsoft.SharePoint.Workflow.SPNoCodeXomlCompiler.LoadXomlAssembly(字符串 assmNameIn,SPWeb web)在 Microsoft.SharePoint.Workflow.SPWinOeHostServices.CreateInstance(Guid trackingId, SPWorkflow workflow) 在 Microsoft.SharePoint. Workflow.SPWorkflowManager.RunWorkflowElev(SPWorkflow originalWorkflow, SPWor...
04/10/2009 10:06:03.00* w3wp.exe (0x13A4) 0x150C Windows SharePoint Services 工作流基础结构 98d7 意外 ...kflow 工作流、Collection`1 事件、SPRunWorkflowOptions runOptions)
【问题讨论】:
标签: sharepoint workflow wss sharepoint-designer