Ryan_Coleman

Skip document sign order?

0 votes
Guys, Is there a way to allow a signer to skip signing a document? If there are three documents, (A,B,C), can Signer A sign A and C and then come back to B?

Reply to: Skip document sign order?

0 votes
Hi Ryan, Yes, you have the capability to let "Signer sign A and C and then come back to B". The feature allows you to do this is Document Workflow. Here's some example JSON for you:
{
  "documents": [
    {
      "id": "doc1",
      "index": 1,
      "name": "First Document"
    },
    {
      "id": "doc2",
      "index": 2,
      "name": "Second Document"
    },
 {
      "id": "doc3",
      "index": 2,
      "name": "Third Document"
    }
  ],
  "name": "Document Workflow",
  "type": "PACKAGE",
  "status": "DRAFT"
}
Few places to notice: 1.Index 0 is for default consent document 2.you can put ABC docs the index of "1 1 1" or "1 2 2 " depending on your own needs. Hope this could help you! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off