Merge branch 'main' of github.com:sartography/spiff-arena

This commit is contained in:
jasquat 2023-01-13 14:41:55 -05:00
commit 419f23490d
1 changed files with 7 additions and 4 deletions

View File

@ -1257,10 +1257,13 @@ class ProcessInstanceProcessor:
step_details = []
try:
self.bpmn_process_instance.refresh_waiting_tasks(
will_refresh_task=lambda t: self.increment_spiff_step(),
did_refresh_task=lambda t: step_details.append(
self.spiff_step_details_mapping()
),
#
# commenting out to see if this helps with the growing spiff steps/db issue
#
# will_refresh_task=lambda t: self.increment_spiff_step(),
# did_refresh_task=lambda t: step_details.append(
# self.spiff_step_details_mapping()
# ),
)
self.bpmn_process_instance.do_engine_steps(