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: "Void Signature Request".
Voids/cancels an in-flight signature request with a reason. Thin wrapper over SignatureEngine.Void.
Inputs: SignatureRequestID (required), Reason (required). Outputs: Status.