Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Announce: Standalone Workflow system

by lachoy (Parson)
on May 14, 2004 at 17:56 UTC ( [id://353434]=perlnews: print w/replies, xml ) Need Help??

The first version of Workflow was just released and I'd be interested to hear what you think about it. Workflows are one of those pieces of infrastructure that are useful for many types of business software, which is why I was surprised that something like this didn't already exist. It may be an illuminating example of community goals when you compare this to the Java community which has a gaggle of open-source workflow implementations. (Lots of standards, too...)

The distribution comes with decent documentation, a good amount of tests (not comprehensive but far more than a set of 'use_ok()' statements), and a sample application so you can start poking and prodding very quickly.

Chris
M-x auto-bs-mode

Replies are listed 'Best First'.
Re: Announce: Standalone Workflow system
by diotalevi (Canon) on May 14, 2004 at 20:01 UTC

    I'd like to see something in this that allows for parallel workflow so the same object is allowed to be in more than one place at a time, in more than one state. I'd also like to see a graphviz or dia interface to this so the workflow is nicely visualized.

    I regularly use the first concept when implementing workflow-using applications, the second is a nice thing I've liked from Lotus Workflow. See a screenshot at Here is a screenshot of something that was created in a Visio-like editor.

    Otherwise, nice job. How tied is this to SPOPS or can the persistence layer be swapped for other things? How about sub-processes? Once you have multiple workflow processes running they may need to interact. For example - employee changes process may require a network access request which would have its own workflow which may drive other processes, etc.

      Having a workflow in multiple states is one of those features that makes things much more complicated. In fact one of the reasons I created this was because I was exposed to Open Symphony Workflow through JIRA, both of which are Java products. OS Workflow can do the split/join mechanism but IMO it makes the configuration much more convoluted, and this complexity was something I really wanted to avoid.

      So my tack was to not include it in the beginning and see what people thought, adding it in later if demand warrants and if we can add it without making things too complicated. I think you're right that it's really useful.

      I really dig the idea of a GraphViz view of a workflow. I'll see about that.

      Also, this isn't tied to SPOPS at all. (No pun intended...) SPOPS is one of the persistence mechanisms, but you don't have to use it. There are also a generic DBI and a file-based persistence stores as well. If I used Class::DBI there'd probably be one of those, too :-)

      Chris
      M-x auto-bs-mode

      I completely agree with the first paragraph. I help maintain a (Java) web based system with workflow at the core which has a split in the workflow route which allows two teams to work independently on "cases". If we didn't have this situation we would have just built our own simple workflow into the app using flags in database tables.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlnews [id://353434]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-25 10:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found