Using SharePoint Designer I've created a simple Workflow associated with a
Document Library.
The Workflow can be manually started from any document, and it creates a new
item in a Tasks list.
The Workflow completes succesfully if the new task is assigned to a specific
user.
The Workflow fails if the new task is assigned to a SharePoint group.
The Status is "Error Occurred" and the Workflow History lists the following:
7/17/2008 12:27 PM Error System Account Error updating a list item Unknown
error
7/17/2008 12:27 PM Error System Account An error has occured in Workflow
1.
A new task assigned to a SharePoint group can be created manually via the
web interface, so I'm not sure why it will not work via a Workflow.
Any help is appreciated, thanks!