GetWorkflows Method of WebService Object (Web Services API)
This method returns a set of available workflow names on the FineReader Server with specified location.
Note. Only workflow names with the following types of Input Folder are available: shared folder, FTP folder.
To get the workflow settings: the workflow name, the paths to the Input folder and the Exception folder, and the export parameters use the GetWorkflowsSettings method.
C# Syntax
string[] GetWorkflows(
string serverLocation
);
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
Return Value
An array of string variables that receives a set of available workflows on the FineReader Server with specified location (serverLocation).
See also
26.03.2024 13:49:49