按特定日期自动触发工作流程
我是 Sharepoint 新手。我有一个列表,其中在一列中给出了日期,并且在该特定日期,工作流必须自动触发。
I went to sharepoint designer but couldn't set the value to date.
如何在特定日期自动触发工作流程?
请帮忙。我非常感谢你的帮助。
谢谢!! 沙米
I am new to Sharepoint. I have a list where the date is given in a column and on that particular date the workflow must automatically trigger.
I went to sharepoint designer but couldn't set the value to date.
How do I trigger a workflow automatically by a particular date??
Please help. I would really appreciate your help.
Thanks!!
Sharmi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最好的选择是在添加/编辑项目时启动工作流程,然后添加一个等待活动,等待从现在到设置日期的时间段。
My best bet would be to just start the workflow when the item is added / edited and then add a waitactivity that waits for the period of time from now till the set date.