Re: creating a system that uses workflow [message #2605 is a reply to message #2604] |
Wed, 18 August 2010 10:24 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
Each workflow process has a Start Task which, when run, will start a new workflow instance (case). A new case will only be started when you run the specified Start Task.
All the sample workflows which I created use the same Start Task, which is "Add Person". This means that after logging on to the Radicore system you must navigate to Home=>Proto=>Example System=>List Person, then press the "New" button in order to run "Add Person". It's as simple as that.
Why did you modify insertRecord() and updateRecord()? This is not necessary. You do not have to modify any code to run the Workflow system - you just create a workflow, then run the Start Task for that workflow to create a case.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|