In Microsoft Windows Workflow Foundation, you may experience one of the following issues.
Issue 1
When a workflow unloads after persistence occurs, the timers may not resume.Issue 2
You add a nested custom activity within a workflow. However, when you try to add the same activity again, the activity is not added to the workflow.Issue 3
In Microsoft Office SharePoint Designer 2007, you try to define workflows that use custom actions. The custom actions are defined in an assembly with a version number that resembles a.b.c.d. When you do this, you may receive the following error message:The workflow could be saved but cannot be run
The compiler gives the following reason for the error:Assembly is not declared as an authorized type
The compiler displays a message that explains that the version is incorrect. For example, the message states that version a.b.d.c is incorrect. Notice that the last two digits of the version are reversed.