get backend working with new spiff
This commit is contained in:
parent
3ea5d9a055
commit
e20ada5d49
|
@ -1895,7 +1895,7 @@ lxml = "*"
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/sartography/SpiffWorkflow"
|
url = "https://github.com/sartography/SpiffWorkflow"
|
||||||
reference = "main"
|
reference = "main"
|
||||||
resolved_reference = "3c3345c85dd7f3b7112ad04aaa6487abbd2e9414"
|
resolved_reference = "62454c99c3a711c38f4249a3b5e7215d42037d72"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "SQLAlchemy"
|
name = "SQLAlchemy"
|
||||||
|
|
|
@ -1779,7 +1779,7 @@ class ProcessInstanceProcessor:
|
||||||
)
|
)
|
||||||
|
|
||||||
task_model.start_in_seconds = time.time()
|
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()
|
task_model.end_in_seconds = time.time()
|
||||||
|
|
||||||
human_task.completed_by_user_id = user.id
|
human_task.completed_by_user_id = user.id
|
||||||
|
|
Loading…
Reference in New Issue