Tuesday, May 3, 2011

Few Imp things before creating workflow

Precaution while creating workflow

1. Try to use submap in workflow as much as possible....
2. Step name should be same as steps defined in requirement document.
3. If a component step is used at multiple locations in workflow then separate queue should be defined for processing of work items from that queue.This is to optimize processing time for work items.
4. try to put general description on each step to make workflow more descriptive.
5. Try to more business logic should be handled in workflow definition instead of code.
6. Try to use more out of the box functionality, if feasible.
7. Always check sequence of routing condition like first true condition then next

Posted by Friend (Owner of this blog)