Re: [web2py] Workflow development togetherwhat is the best way to make work flow design on the client (like this

2013-09-30 Thread Cliff Kachinske
I have looked into workflow. It is not simple. Predecessor-successor relationships are not hard. The tree-walking algorithms are well known and relatively easy to implement. The problem comes when you consider the many different kinds of relationships between predecessor and successor tasks a

Re: [web2py] Workflow development togetherwhat is the best way to make work flow design on the client (like this

2013-09-29 Thread António Ramos
Gojs is a paid software Why not d3js? 2013/9/29 António Ramos > I wish the same for christmas :) > > I think that for the experts here this should be a nice exercise and even > an easy one. > A generic workflow framework that could be used to create many apps. like > a workflow as a service.Lik

Re: [web2py] Workflow development togetherwhat is the best way to make work flow design on the client (like this

2013-09-29 Thread António Ramos
I wish the same for christmas :) I think that for the experts here this should be a nice exercise and even an easy one. A generic workflow framework that could be used to create many apps. like a workflow as a service.Like we have CAS . 2013/9/29 Andrey K > Hello everybody, > I wonder is it

[web2py] Workflow development togetherwhat is the best way to make work flow design on the client (like this

2013-09-29 Thread Andrey K
Hello everybody, I wonder is it possible to make workflow diagram compiler on the client like this (http://gojs.net/latest/samples/flowchart.html) linked to executable code generated from code blocks associated with appropriate diagram block. Can it be done in web2py. I guess it would be very si