Michael_S_Smith

Keep Package Open Util Explicit Close

0 votes

Does a package automatically complete and close when the last signer signs? Is it possible to keep the package open - so we add another document for example - until we call an explicit operation to close/complete the package (even if everyone has completed signing)?


Reply to: Keep Package Open Util Explicit Close

0 votes

Hi Michael,

 

There's a setting "Review Before Completion" allows you to prevent package from auto-complete, use below Java SDK code:

        DocumentPackage pkg1 = PackageBuilder.newPackageNamed("Example Package " + System.currentTimeMillis())
                .autocomplete(false)

                ......

 

From JSON's perspective, this attribute "autocomplete" is hosted at the root of package JSON.

 

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