Re: [web2py][OT] Workflow

2015-09-16 Thread António Ramos
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. 2015-09-16 3:11 GMT+01:00 Richard Vézina : > I thought it could be used for workflow management... > > Richard > >

Re: [web2py][OT] Workflow

2015-09-16 Thread Dave S
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

Re: [web2py][OT] Workflow

2015-09-16 Thread António Ramos
I need a sample web2py app :) How do i integrate it with dal records? For example a simple expenses approval.. Em 16/09/2015 19:26, "Dave S" escreveu: > > > On Wednesday, September 16, 2015 at 4:01:19 AM UTC-7, Ramos wrote: >> >> My company and many others would buy a web

Re: [web2py][OT] Workflow

2015-09-16 Thread Dave S
On Wednesday, September 16, 2015 at 2:22:42 PM UTC-7, 黄祥 wrote: > > just an idea, why not put is_approved field as boolean in expense or > cash_out table and do the check if is_approved == True do something like > can print, email, process further in another transaction, etc. if > is_approve

Re: [web2py][OT] Workflow

2015-09-16 Thread 黄祥
just an idea, why not put is_approved field as boolean in expense or cash_out table and do the check if is_approved == True do something like can print, email, process further in another transaction, etc. if is_approve == False can't print, email, process further in another transaction, etc

Re: [web2py][OT] Workflow

2015-09-16 Thread Richard Vézina
I see SpiffWorkflow get back to work... There is a couple commit 2 months ago... I thought when I look to it that it was abandoned since there were no activity since 2 years... Richard On Wed, Sep 16, 2015 at 8:00 PM, 黄祥 wrote: > yes, you are right, i think, you

Re: [web2py][OT] Workflow

2015-09-16 Thread 黄祥
yes, you are right, i think, you can combine it with query in let say Manager page to check total expense which is_approved == False or use oncreate function (sqlform.grid) after the expense is created, send an email to user who have approval privilege (Manager), and linked it into expense

Re: [web2py][OT] Workflow

2015-09-15 Thread Richard Vézina
I thought it could be used for workflow management... Richard On Tue, Sep 15, 2015 at 4:33 PM, Niphlod wrote: > > > On Tuesday, September 15, 2015 at 7:16:08 PM UTC+2, Richard wrote: >> >> I should try it, you right, it on my todo since a lot of time... But >> eventually, I

Re: [web2py][OT] Workflow

2015-09-15 Thread Leonel Câmara
The included web2py's scheduler already supports job graphs, Simone Niphlod really did an amazing job with it, you should try it and see if it fits your purpose before using outside tools that don't integrate with web2py so seamlessly. -- Resources: - http://web2py.com -

Re: [web2py][OT] Workflow

2015-09-15 Thread Richard Vézina
I should try it, you right, it on my todo since a lot of time... But eventually, I will need workflow not exactly related to task, but for general purpose... Thanks Richard On Tue, Sep 15, 2015 at 3:26 AM, Leonel Câmara wrote: > The included web2py's scheduler already

Re: [web2py][OT] Workflow

2015-09-15 Thread Niphlod
On Tuesday, September 15, 2015 at 7:16:08 PM UTC+2, Richard wrote: > > I should try it, you right, it on my todo since a lot of time... But > eventually, I will need workflow not exactly related to task, but for > general purpose... > got distracted.why mentioning luigi then ? if you

[web2py][OT] Workflow

2015-09-14 Thread Richard
Hello, We have been discussed long time ago about workflow engine inside web2py... I just fall on Lugigi : https://github.com/spotify/luigi (from spotify as it seems) and there is Pyrus (pyrus.com) but not free... Richard -- Resources: - http://web2py.com - http://web2py.com/book