mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-04 13:45:13 +00:00
display correct status value when erroring from do_waiting w/ burnettk
This commit is contained in:
parent
f8038e5c3e
commit
314e5b660d
@ -247,7 +247,7 @@ class ProcessInstanceService:
|
||||
except Exception as e:
|
||||
db.session.rollback() # in case the above left the database with a bad transaction
|
||||
error_message = (
|
||||
f"Error running waiting task for process_instance {process_instance.id}"
|
||||
f"Error running {status_value} task for process_instance {process_instance.id}"
|
||||
+ f"({process_instance.process_model_identifier}). {str(e)}"
|
||||
)
|
||||
current_app.logger.error(error_message)
|
||||
|
Loading…
x
Reference in New Issue
Block a user