-- Danny Fullerton Mantor Organization
John Mettraux <jmet...@gmail.com> Feb 28 06:13AM +0900
On Mon, Feb 27, 2012 at 12:50:29PM -0800, Reed Law wrote:
> workflow belong to the ActiveModel object and passing around workitem
> ids in the views. It seems like a lot of glue and repetition so I'm
> looking for ways to DRY it up.
Hello,
most of the examples I have are closed source as well.
I tend to avoid storing too much business info in the workitem (only storing
what's useful for routing) and point at business objects (via their primary
key usually).
The participants do a "update the business object and then give the workitem
back". I want them really separated, else I would use a state machine
focusing on the business object. My workflows orchestrate the work of one or
more persons around one or more business objects.
Sorry for being so vague,
--
John Mettraux - http://lambda.io/processi
Hello Danny,
yes, there is at least one application (that isn't a demo/example of some
sort):
http://wiki.meego.com/Release_Infrastructure/BOSS
> In any case, our team will release something in a few months which make
> extensive use of ruote. The software will be open-source and I believe
> it could be used to demonstrate ruote integration: do and don't -;).
Excellent, looking forward to your announcement!
Cheers,