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.


In reply to Re: Announce: Standalone Workflow system by diotalevi
in thread Announce: Standalone Workflow system by lachoy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.