StartNewWorkflow |
Scroll |
Starts a new workflow on a Thereforeā¢ document in the specified workflow process.
Namespace: Therefore.API
Visual Basic Public Overridable Function StartNewWorkflow ( _ nDocNo As Integer, _ nProcessNo As Integer _ )As Integer C# public virtual int StartNewWorkflow ( int nDocNo, int nProcessNo )
Parameters nDocNo Number of the document to be deleted.
nProcessNo Number of the target workflow process.
Return Value The workflow instance number of the newly created workflow instance. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |