StartProcessTicket Method of WebService Object (Web Services API)
This method uses the parameters of the XmlTicket object and the specified workflow to recognize the input document in asynchronous mode.
C# Syntax
string StartProcessTicket(
string serverLocation,
string workflowName,
XmlTicket ticket
);
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
workflowName
This parameter contains the workflow name. The workflow name must be an element of the list returned by the WebService::GetWorkflows method for the same server.
ticket
This parameter contains the XmlTicket object that corresponds to the processing parameters of one job.
Return Value
A string variable that receives the unique ID (GUID) of the created job.
See also
3/26/2024 1:49:49 PM