get backend working with new spiff

This commit is contained in:
burnettk 2023-03-28 10:33:53 -04:00
parent 3ea5d9a055
commit e20ada5d49
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1895,7 +1895,7 @@ lxml = "*"
type = "git"
url = "https://github.com/sartography/SpiffWorkflow"
reference = "main"
resolved_reference = "3c3345c85dd7f3b7112ad04aaa6487abbd2e9414"
resolved_reference = "62454c99c3a711c38f4249a3b5e7215d42037d72"
[[package]]
name = "SQLAlchemy"

View File

@ -1779,7 +1779,7 @@ class ProcessInstanceProcessor:
)
task_model.start_in_seconds = time.time()
self.bpmn_process_instance.complete_task_from_id(spiff_task.id)
self.bpmn_process_instance.run_task_from_id(spiff_task.id)
task_model.end_in_seconds = time.time()
human_task.completed_by_user_id = user.id