We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90a8606 + c14a97e commit 41e4676Copy full SHA for 41e4676
lib/eSignature/examples/delayedRouting.js
@@ -111,7 +111,6 @@
111
action: "pause_before",
112
triggerOnItem: "routing_order",
113
itemId: 2,
114
- status: "pending",
115
delayedRouting: delayedRouting
116
});
117
const workflow = docusign.Workflow.constructFromObject({
lib/eSignature/examples/scheduledSending.js
@@ -92,7 +92,6 @@
92
resumeDate: args.resumeDate.toString()
93
94
const scheduledSendingModel = docusign.ScheduledSendingApiModel.constructFromObject({
95
96
rules: [rule]
97
98
0 commit comments