调用工作流活动
当我尝试调用工作流程时遇到问题。
我有一个全局工作流程,在此工作流程中,我使用“InvokeWorkflowActivity”活动来调用工作流程。我将 TagetWorkflow 绑定到我的辅助工作流程。我构建了,没问题,我在全局工作流程中看到了我的辅助工作流程。
在 SP 上,当我启动全局 WF 时,它不会在我的辅助 WF 中启动。我尝试调试它,实际上进入了我的辅助 WF,但没有在断点处停止,而是停止全局 WF 并将其标记为“完成”。
之后,我尝试单独启动我的辅助WF,效果很好!
那么到底是怎么回事呢?我做错了什么?
干杯
Skilpit
PS:我正在使用 Infopath 2007 进行 MOSS 2007
I've an issue when i try to invoke a workflow.
I've a global workflow and in this worflow, I'm using the "InvokeWorkflowActivity" activity to invoke a workflow. I bind the TagetWorkflow to my secondary workflow. I build and it's ok, i see my secondary workflow in my global workflow.
On SP, when I launch my global WF, it doesn't start in my secondary WF. I tried to debug it and in fact in goes to my secondary WF but doesn't stop at the breakpoint and stops the global WF and marks it as Complete.
After, I tried to launch my secondary WF alone, it works good !
So what's the matter ? What did I do wrong ?
Cheers
Skilpit
PS : I'm on MOSS 2007 with Infopath 2007
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现的唯一解决方法是将所有 WF 放在同一个文件中。这是一个大混乱,但效果很好。
干杯
The only workaround I found is to put all the WF in the same file. It's a big mess but it works fine.
Cheers