Skip to main content

emSigner Context

Description

This Activity connects to emSigner and creates a context that other emSigner Activities can use to communicate with emSigner.

Properties

Input

  • Server Url - emSigner Server URL.
  • App Name - The name of the App created in the emSigner Application.
  • Secret Key - The Key generated on creating an App in the emSigner Application.
  • Username - emSigner account username of the signatory originator.
  • Password - emSigner account password of the signatory originator.

Misc

  • DisplayName - Add a display name to your Activity.
  • Private - By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error - It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.