Package Status not correct
Thursday, December 31, 2015 at 04:46amI'm using sandbox.e-signlive.ca.
On this platform I get this behaviour which in my mind is unexpected.
I have created 3 packages. All 3 packages have 2 signers. In firs two cases signer two OPTED_OUT or DECLINED.
Why then when I query draft packages only get all 3 of them.
Package Name Id Package Status
asfa a44f19a2-e721-46e0-96a8-2fe37e6fb161 OPTED_OUT
test for decline 5d5adada-77bf-4250-84fb-bb834773d89e DECLINED
test 9:40 842bc38c-bbba-49f8-b189-05f3b28d04b3 DRAFT
I'm querying user packages like this:
......
PageRequest pr = new PageRequest(0,10000);
Page resultPage = eslClient.PackageService.GetPackages(DocumentPackageStatus.DRAFT, pr);
.....
I would expect that once signing process starts, not matter what outcome, package can not get in the Draft status again.
Reply to: Package Status not correct
Monday, January 4, 2016 at 05:40am