POWO (Plain Old Workflow Object)- July 24, 2005 Recently I was involved in a workflow-based project. The project uses OSWorkflow heavily and has various sophisticated workflows. What I noticed from looking at the workflow related code was how ugly and complicated the code is, or becomes over time. It's because of the implicit programming model of these workflow frameworks (or whatever you call them: graph oriented programming, bla bla). So the xml file defining the workflow has lots of getset("thisorthat") of properties...http://www.jroller.com/ara_e/entry/powo_plain_old_workflow_object |