状态机工作流中的 SharePoint 修改表单
我最近对 SharePoint 状态机工作流程的工作感到困惑。 我希望向工作流程添加一些修改表单,以便我可以在任务状态下重新分配任务。 不幸的是,在我能找到的任何地方,似乎都没有记录与状态机工作流程一起使用的修改表单(尽管对于序列工作流程来说非常简单)。 ScopeHandlingActivity 及其关联事件处理程序的使用似乎与状态机不太吻合。
有没有人获得了在状态机工作流程中工作的修改表格,您是如何做到的?
谢谢!
I've been perplexed lately working on a SharePoint state machine workflow. I was hoping to add some modification forms to the workflow so that I could reassign a task while in its state. Unfortunately, modification forms don't seem to be documented for use with state machine workflows (pretty straight forward for sequence workflows though) anywhere that I can find. The use of the ScopeHandlingActivity and its associated event handlers don't seem to mesh well with the state machine.
Has anyone gotten modification forms to work in a state machine workflow and how did you go about doing it?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先,我知道这是一个超级旧的线程,但由于它在搜索引擎结果中的排名很高,我想我应该将解决方案放在这里。
您需要做的就是使用您的修改 GUID:
其他注意事项:
希望 范围内这个答案对将来的人仍然有用!
First, I know this is a super old thread but since it was high on the search engine results I figured I'd put the solution here.
All you need to do is this with your Modification GUID:
Additional Notes:
Hope this answer is still useful for someone in the future!
为什么不直接修改任务形式并通过重新分配任务的可能性来扩展它?
Why don't you just modify task form and extend it by possibility to reassign task?