quick fix.

This commit is contained in:
Dan 2023-04-26 22:23:52 -04:00
parent 7541b09514
commit 451bc4bbc9
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: