ProtectedaddPush an output param onto the action's param list.
ProtectedensureLazy-config the engine with the action's context user.
ProtectedgetCase-insensitive boolean param with default.
ProtectedgetCase-insensitive param that may already be an object/array or a JSON string. Returns undefined when absent or unparseable.
ProtectedgetCase-insensitive string param lookup; returns undefined when absent/blank.
ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Action: "Download Signed Document".
Downloads the executed/signed document for a completed signature request and records it as a
Signed-role document. Thin wrapper over SignatureEngine.DownloadSigned.Inputs: SignatureRequestID (required). Outputs: DocumentBase64, Filename, ContentType.