Launch Sharepoint workfloweach time a change is made, even if there is a pause

丶灬走出姿态 提交于 2019-12-11 16:33:41

问题


I have a workflow on a Sharepoint list which sends an email alert based on a date field in the list item - this requires using the "pause until" option. This seems to lock the "on change" workflow from being fired again if another change is made during the period of the pause. Is there some way around this?

Some details, since maybe I'm missing something a little more basic:

The list item contains an "end date" field, and I need to send an alert 3 days before this date as a reminder. So, if the user changes the end date (launching the workflow) and then changes the date again during the pause period the email date won't be updated if the workflow doesn't start up again.


回答1:


You need to create a second workflow that just addresses the OnChange behavior and then use the Stop Workflow action, use the Start Workflow action (that will read the new date and work properly).



来源:https://stackoverflow.com/questions/1890547/launch-sharepoint-workfloweach-time-a-change-is-made-even-if-there-is-a-pause

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!