Skip to main content

Recall Workflow

Description

Recalls an initiated Workflow using workflow instance Id or reference number.

Properties

Input

  • The workflow can be recalled in the emSigner using any of the following two properties
    1. Workflow Id - Every initiated workflow will have a workflow id generated internally by emSigner. OR
    2. Reference Number - A workflow can also be initiated with a user-specified unique reference number.
  • Remarks - The text to describe why workflow is recalled.

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.

Output

  • Status - True if the workflow is recalled successfully.

Example

Download Example

Recall Workflow