Skip to main content
This example shows how to create an additional stage of manual data processing. Your security department, for instance, can use this stage to review documents before they continue through processing. The stage confirms the documents that meet specific conditions and rejects the ones that do not. Each confirmed document is accompanied by a set of bytes that imitate a digital signature.

What the example does

The example performs the following steps:
  • Configures the connection
  • Starts working with the project
  • Gets and processes the list of tasks
  • Processes each task at the service stage
  • Uploads the file to the server
  • Closes the session

Run the example

1

Open the solution in Visual Studio

Start UserStageExample.sln in Visual Studio 2013 or a newer version.
2

Enter the Application Server URL

Enter the URL of the Application Server.
3

Select an authentication type

Select an authentication type.
4

Log in

Click Login.

Configure the connection

Start working with the project

Get and process tasks pending at the service stage

Send the task for further processing

Upload the file to the server

Close the session