SignatureExecutor

SignatureExecutor

The SignatureExecutor class handles the assignment and execution of signature actions within the application. It facilitates the submission of approval, rejection, and ignore actions, updating the UI and communicating with the backend.

Constructor

new SignatureExecutor()

Methods

(async, static) assignSignature(data) → {Promise}

Assigns a signature action based on the selected action type. Retrieves the necessary data from form controls and sends an AJAX request to process the signature action.

Parameters:
Name Type Description
data Object

Additional data if required for processing the signature.

Returns:
  • A promise resolving upon successful execution of the action.
Type
Promise