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


In reply to Re: Re: Announce: Standalone Workflow system by lachoy
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.