getWorkStepInfo
IMPORTANT!
Starting with v24.3, this is deprecated.
Starting with v24.3, this is deprecated.
Gets information about an eSing workstep.
Syntax
| Parameter | Type | Description |
|---|---|---|
workstepId
|
string | ID of the eSign workstep. |
Return Value
Returns a JSON object containing the expiration time and the execution status of the workstep.
Examples
In this example, we check if workstep 4afdc8a9-eb91-4359-81d6-c3a462fae866, which consists in sending the signing request to the signing server, has been completed successfully and we store the result in the requestReceived variable.
Copy
var requestReceived = getWorkstepInfo('4afdc8a9-eb91-4359-81d6-c3a462fae866').isSuccess