Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How is the Lite Flow process activated?

This process can be activated by web or by api at signer level in an EviSign. o Also at the time of requesting the bulkSign / SignLink signing URL.

...

  • EviSignSubmit: at the SigningParties level, LiteFlow parameter must be specified.

ver: EviSignSubmit https://namirial.atlassian.net/wiki/pages/resumedraft.action?draftId=62194220

Code Block
"SigningParties" : {
  "Name" : "Elsa Pato",
  "Address" : "developer@client.test",
  "SigningMethod" : "WebClick",
  "LegalName" : "StaleObjectException",
  "LiteFlow" : false
}
  • EviSignBulkSign / SignLink: When requesting the signature link, the LiteFlow parameter must be reported.

ver : EviSignBulkSign : https://namirial.atlassian.net/wiki/x/GgK1Aw

Code Block
{
    "UniqueIds":["d11caec270bd4739afd5aa7600920538"],
    "party": "pruebas_evi@hotmail.com",
    "DiscardedThreshold": 80,
    "LiteFlow" : false,
}  

What does a simple process interface look like?

Depending on the configuration of the EviSign signature step, either the main document is accessed directly or authentication is requested using the signature method specified by the issuer.

...

Once the document has been read and accepted or rejected, the user is asked for confirmation to finalize the signature process.

...

image-20250108-114041.png

Features that allow the use of LiteFlow

Feature

Supported

Notes

Iframe

Yes

It's necessary to activate the simple delivery

SignatureQuestions

Yes

Challenge SignMethod

No

Handwriting SignMethod

No

MobilePin SignMethod

Yes

VoicePin

Yes

Webclick SignMethod
(With or without captcha)

Yes

WhatsApp
 (Disabled, Optional, Fallback)

Yes

Geolocation

No

Begin SignStep

Yes

BeforeDoc SignStep

No

AfterDoc SignStep

Yes

End SignStep

No

Attachments
(With or without required signature)

Yes

SignedRedirectUrl

No

Not supported because we always redirect to Finish/ThankYou page

AdditionalCommitment

Yes

GSD

Yes

CommitmentOptions
(Disabled, Accept, Reject, AcceptOrReject)

Yes

AcceptReasons

Yes

RejectReasons

Yes

LandingPageInfoText

No

Is not supported but we don't throw error with this feature

SignatureAppearances

No

Not supported because we don't support Handwriting SignMethod

Reviewer Role

Yes

SigningOrder

Yes

...