Skip to main content
This example shows how to create an additional stage of manual data processing. For example, the security department of your company can use this stage to check and confirm the sending of documents that meet specific conditions for further processing, and to reject documents that do not meet these conditions. 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