SharePoint Workflow event handling
I need help with SharePoint Workflows!
I have a workflow that collects signatures from an assigned group. The group members each have the option to either sign the document through the workflow form(InfoPath) or through a web part in SharePoint. If the group member signs the document through the workflow-no problem-the workflow does it's thing and completes. The problem is that if the group member signs the document through the web part the workflow will still be active in their task list. I need a way to "wake-up" the workflow when the doucment is updated. I tried using the listenActivity and added a onWorkflowItemUpdated action in one branch, then my onWorkflowUpdated action on the other. However, the workflow stalls at the listenActivity when the task is updated and will not catch the file update event. How do I register the event listener so that the workflow executes either of these two branches?
Thanks!

