Transflo DMS Enterprise Workflow API

TRANSFLO® Workflow is a suite of products that allow you to define your business processes and assign users to steps (Workflow Queues) where work is processed. Each instance of a workflow process that is started is called a case. TRANSFLO® has built-in processes to initiate cases. You can start a case using a Workflow Initiator (WFI) file or the Workflow Action Processor.

TRANSFLO® Workflow allows you to use VBScript to write custom scripts and insert them in your workflow processes. Custom scripts use the TRANSFLO® Scripting Agent that is packaged in the TRANSFLO® System Agent during TRANSFLO® Server installation.

Sometimes known as the connector, TRANSFLO® Workflow API is a set of libraries that have various methods to extract and import batches of documents to and from the system. The API objects are available as COM Component Object Model (COM) is a Microsoft standard for the interface used for communication across components. In Transflo DMS object models, data architectures, and APIs, the Microsoft COM standard plays a key role. COM specifies the basic binary object standard, defines certain basic interfaces that provide functions common to all COM-based technologies, and provides a small number of functions that all components require. COM defines how objects work together over a distributed environment and has added security features to help provide system and component integrity. A software object is made up of a set of data and the functions that manipulate that data. Access to COM object data is achieved exclusively through one or more sets of related functions called interfaces. The functions of an interface are called methods. COM requires that the only way to gain access to the methods of an interface is through a pointer to the interface. libraries or as .NET 2.0 assemblies.

The API libraries and dependent libraries are listed below:

  • Transflo.dll

  • Transflo.Bridge.Repository.dll

  • Transflo.Bridge.Workflow.dll

  • Transflo.Client.dll

  • Transflo.Drawing.dll

  • Transflo.Shared.dll

  • NZipLib.TF.dll

  • Microsoft.Web.Services3.dll

The Client Configuration application consists of the following items:

  • Client API libraries

  • Transflo.ClientConfig.exe

  • Transflo.Components.dll

  • Transflo.Forms.dll