mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-03 02:40:37 +00:00
quick fix.
This commit is contained in:
parent
7541b09514
commit
451bc4bbc9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user