This seems to be by design.
The reminders are being sent because of the tasks created when a workflow is started is still active. When you cancel a workflow it doesn't delete the tasks. You need to manually delete the corresponding tasks to stop receiving the emails.
Or you can choose "terminate the workflow". This will cancel the workflow as well as delete any related active tasks. However, this option doesnt send email to to inform the stakeholders that the workflow has been cancelled.
Showing posts with label Workflow. Show all posts
Showing posts with label Workflow. Show all posts
Monday, August 6, 2012
Thursday, August 2, 2012
Workflow shows Due by 1/1/0001 12:00:00 AM
If you have configured a workflow in SharePoint 2010 and didn't provide a fixed due date (which is usually the case), the email that the workflow sends has a due date as below
Due by 1/1/0001 12:00:00 AM
Looks like a MS bug.
To fix it, follow the steps below:-
Due by 1/1/0001 12:00:00 AM
Looks like a MS bug.
To fix it, follow the steps below:-
- Open the site in SharePoint Designer.
- On your left panel, click on Workflows
- Click on the specific workflow and click on Edit Workflow
- Click on the process name. Example below. In this case, click on "Approval".
- You will get the next screen. See below. Click on "Change the behavior of the overall task process".
- You will get the below screen
- The value that is configured in the workflow shows 1/1/1900 8:00:00 AM but in the email we get 1/1/0001 12:00:00 AM. A bug ??
- What I did to fix it is to change equals to less than as shown below.
- Problem fixed :-).
- In your next email, you will see "Due by None" instead of "Due by 1/1/0001 12:00:00 AM"
Subscribe to:
Posts (Atom)