sunils - Sunday, December 23, 2007 6:27 AM:
I have created two workflows for an item type but am able to display only the default workflow in views. what is the procedure to submit the item to the other workflow.PeterSchroer - Wednesday, December 26, 2007 9:37 PM:
As you've discovered, the admin can configure 1 or more Workflow Maps as Allowed Workflows for an ItemType. Only one of these Allowed Workflows can be flagged as Default, meaning that an instance of a Workflow Process from that Workflow Map will be created and stated automatically.
But you can always start instances of any of the Allowed Workflow Maps programmatically. There are API and/or XML-SOAP messages that you can send to the server to start a Workflow Process. Rob has created some good sample code for this in his Workflow Examples package. it can be found on the project site. http://aras.comhttp://www.aras.com/Community/files/folders/innovator_framework/entry23.aspx
sunils - Thursday, January 3, 2008 6:16 AM:
Dear Peter,
Thanks for the information I shall try using the sample code and check results ...
Thanks again,
Sunil