Guidance for Workflow type applications
Posted
by UpTheCreek
on Stack Overflow
See other posts from Stack Overflow
or by UpTheCreek
Published on 2010-05-25T08:24:17Z
Indexed on
2010/05/25
8:31 UTC
Read the original article
Hit count: 147
Hi,
I'm looking for best practices and resources regarding design of workflow based applications. E.g.Best practice/guidance for:
- How best to represent business object 'states' (position in workflow)
- How to approach logging of transition between workflow states
- State transition rules
I'm using .NET, but am rather looking for general guidance
I'm sorry that this is a bit general, I'm just hoping some people will have some experiences to share.
© Stack Overflow or respective owner