![]() ![]() | ||||
HomeShow ChangesEditPrintRecent ChangesSubscriptionsLost and FoundFind ReferencesRename
History 23-11-2008 12:41:3023-11-2008 12:38:2017-11-2008 16:51:4928-8-2008 17:21:2711-8-2008 20:47:52 |
Dim workflowInstance As WorkflowInstance
Dim reader As XmlReader = XmlReader.Create("workflow.xoml")
Try
workflowInstance = workflowRuntime.CreateWorkflow(reader)
workflowInstance.Start()
Catch ex As WorkflowValidationFailedException
For Each ve As ValidationError In ex.Errors
Console.WriteLine(ve.ErrorText)
Next
End Try
| Wiki Usage
This wiki site is supposed to be a shared resource. As a shared resource everyone is encouraged to add new content or modify existing content! Enjoy the WF wiki. Recent Topics | ||