removed call to signal (changed to cancel_notify)

This commit is contained in:
mike cullerton 2020-11-18 13:55:30 -05:00
parent a2dc3c4812
commit 16313609ec

View File

@ -148,7 +148,6 @@ def set_current_task(workflow_id, task_id):
"currently set to COMPLETE or READY.")
# If we have an interrupt task, run it.
# processor.bpmn_workflow.signal(message_name='token_reset')
processor.bpmn_workflow.cancel_notify()
# Only reset the token if the task doesn't already have it.