Skip to content

Commit a9e21ac

Browse files
authored
removing unnecessary workflow status (#60)
1 parent cae0e22 commit a9e21ac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/eSignature/examples/eg036_delayed_routing.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ def make_envelope(cls, args, doc_docx_path, doc_pdf_path):
116116
workflow_step = WorkflowStep()
117117
workflow_step.action = "pause_before"
118118
workflow_step.trigger_on_item = "routing_order"
119-
workflow_step.item_id = "2"
120-
workflow_step.status = "pending"
119+
workflow_step.item_id = "2"
121120
delayed_routing = DelayedRoutingApiModel(rules=[EnvelopeDelayRuleApiModel(delay=delay)])
122121
workflow_step.delayed_routing = delayed_routing
123122
workflow.workflow_steps = [workflow_step]

0 commit comments

Comments
 (0)