Another SharePoint Workflow Engine + Workflow Lite Update
Yesterday Kaneboy created a GotDotNet Workspace for his SharePoint Workflow Engine. It's a pitty that all his documentation and installation guidelines are in Chinese. Although I do not speak Chinese, I've checked out this project and it resembles my Workflow Lite For SharePoint project a lot (bases on the screen shots). The only difference is that Kaneboy's approach is to create actions in code (C#) rather than having a set of predefined actions. Anyway I have to practise my Chinese a little bit more to keep an eye on this project! :-)
Now that we're talking workflow, a small update on my Workflow Lite For SharePoint: I've put quite some work in it the past days and I'm feeling comfortable to release a V1 in the next few days, so stay tuned. There are some changes compared to the first version, the most cool one is (in my opinion) the Send Email action. So you can have the workflow process sending emails either to a specific person, or to a group of SharePoint users (defined on the SharePoint site). I'm really happy with that solution because it integrates well with permission settings, which in many scenarios is also based on groups. Ofcourse the content of the emails is fully customizable, it even can contain values of specific fields of the SharePoint document library item! More on this, really soon...