Here is my situation:
I have been tasked with installing/configuring/testing Sharepoint 2007 (the easy part). I have also been tasked with 2 more items:
1. Create a document workflow for a word doc library where you have 3 approvers which must approve the documents, in order. Also, approver #3 could kick the document back to approver #1, etc. (From my reading, a state machine workflow would work here)
2. Create document libraries (on different sharepoint sites) that mirror one another. In other words, as soon as lib #1 has a document that changes (approved) it would mirror that change instantly in lib #2.
My issue is that I have looked around the internet and attempted to write a basic workflow in VS2005, and cant get that working...my question is are there some resources for beginners in workflow The ones I have found seem hard to follow and gloss over much detail. Heck, I dont even know if I have the right software installed (for example in VS2005, I see windows workflow objects in the toolbox, where many exaples I see have Sharepint workflow objects...Are they different )
Thanks for any help you could provide.