On Tue, 17 Feb 2009, chenlong85.2004 wrote: > fisrtly thank you for your help,of course, i kown there is no ui,i > want to code web ui that can define workflow which can run in this > workflow egnine! there are some interfaces in your workflow that can > do this!
Ah :-) I think what would be the easiest, is that the web UI either creates the XML files directly, or by using the API. The Workflow component provides a rich API for building up a workflow as you can see here: http://ezcomponents.org/docs/tutorials/Workflow#creating-a-simple-workflow-programmatically That in combination with loading and saving the file from/to XML should allow you to do this: http://ezcomponents.org/docs/tutorials/Workflow#saving-a-workflow-to-an-xml-file regards, Derick -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
