On Wednesday, September 16, 2015 at 4:01:19 AM UTC-7, Ramos wrote: > > My company and many others would buy a web workflow framework. for example > a Workflow as a service... > > We dont want blogs we want real enterprise tools. >
What's missing from SpiffWorkflow? The documentation looks fairly professional (at a quick glance). <URL:https://github.com/knipknap/SpiffWorkflow/wiki> Fysom is a finite state machine generator. Workflow processes can be mapped to the transitions, I guess, and outputs to the states. I'd have to think about how to set it up for meeting multiple requirements on the inputs; probably using substates to match the set of requirements; from the super state, that would look inputs casuing a transition to self until all inputs were present. I haven't done that for workflow, but some device drivers had that sort of FSM within an FSM (device discovery, for instance). <URL:https://pypi.python.org/pypi/fysom> On Tue, Sep 15, 2015 at 4:33 PM, Niphlod <[email protected] <javascript:>> >> wrote: >> >>> >>> [...] >>> if you need general purpose unrelated to tasks, use SpiffWorkflow or >>> fysom..... >>> >>> >>> > /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

