This topic is locked

Looking for workflow tutorial

10/19/2007 1:37:37 PM
PHPRunner General questions
F
frocco author

Hello,
I need to create a simple workflow in php that allows accept/reject for each step
Is there a titorial or example available?
Thanks
Frank

Sergey Kornilov admin 10/19/2007

I'd love to see more detailed explanation of what you trying to build.

F
frocco author 10/22/2007

Hello,
It is more or less a general workflow that might include a word document.

I'm looking more for a template that will allow users to create their own workflow.
vacation

user submits request for days off

boss gets request

boss rejects it. (user notified via email)
purchasing

user submits request for new mouse

boss accepts request (user notified via email)

finance approves request
The workflow could be two, three or more persons to accept/reject.

The workflow needs to have a start/end branch with various flows between.
Hope this makes sense.
Frank