quick fix.

This commit is contained in:
Dan 2023-04-26 22:23:52 -04:00
parent f754e5eedc
commit c56e6ba511
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ def _interstitial_stream(process_instance: ProcessInstanceModel) -> Generator[st
if ready_engine_task_count == 0:
break # No more tasks to report
spiff_task = processor.next_task()
task = ProcessInstanceService.spiff_task_to_api_task(processor, processor.next_task())
if task.id not in reported_ids:
try: