Re: Automatic Transition [message #1732 is a reply to message #1731] |
Fri, 17 October 2008 05:32 |
AJM
Messages: 2369 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
Do you really want a workflow which has only one transition? Is this a realistic scenario? Can a workflow with a single transition really be classed as a workflow?
If you must do it, you should remember that each transition in a workflow equates to a transaction (task) on the MENU database, so if you want a dummy transition you must relate it to a dummy task, one that uses a transaction pattern which updates the database (otherwise the workflow details cannot be updated) but which does not actually update the database. You could, for example, use a task which sends the employee an email to say "request granted".
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|