Skip to content

Commit 41e4676

Browse files
Merge branch 'master' of github.com:docusign/code-examples-node-private
2 parents 90a8606 + c14a97e commit 41e4676

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/eSignature/examples/delayedRouting.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
action: "pause_before",
112112
triggerOnItem: "routing_order",
113113
itemId: 2,
114-
status: "pending",
115114
delayedRouting: delayedRouting
116115
});
117116
const workflow = docusign.Workflow.constructFromObject({

lib/eSignature/examples/scheduledSending.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
resumeDate: args.resumeDate.toString()
9393
});
9494
const scheduledSendingModel = docusign.ScheduledSendingApiModel.constructFromObject({
95-
status: "pending",
9695
rules: [rule]
9796
});
9897

0 commit comments

Comments
 (0)