mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-24 13:28:31 +00:00
quick patch so I can see the error message.
This commit is contained in:
parent
94908a9b99
commit
e748b18047
@ -73,8 +73,8 @@ class ProcessInstanceService:
|
||||
process_instance.status = ProcessInstanceStatus.erroring.value
|
||||
db.session.add(process_instance)
|
||||
db.session.commit()
|
||||
error_message = f"Error running waiting task for process_instance {process_instance.id}"
|
||||
"({process_instance.process_model_identifier}). {str(e)}"
|
||||
error_message = f"Error running waiting task for process_instance {process_instance.id}" + \
|
||||
"({process_instance.process_model_identifier}). {str(e)}"
|
||||
current_app.logger.error(error_message)
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user