Skip to content

Workflow based Integration with the DURAARK WorkbenchUI

Martin Hecher edited this page Nov 3, 2015 · 10 revisions

The first step when using the WorkbenchUI to integrate DURAARK's functionality into a workflow is to upload the files you want to work with to the system. This is done with the following steps:

  1. Upload file(s)
  2. Create a new session (or use an existing one)
  3. Associate the uploaded files with the session

To perform these steps DURAARK provides the duraark-session REST API. This can either be used directly, e.g. with curl or your favourite programming language, or you use a (Windows) script that comes with the duraark-installer. The API documentation can be found here: duraark-sessions API documentation.

See the links below to use a provided batch script on Windows or the curl application to integrate DURAARK with your applications.