mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-03 19:00:32 +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:
|
if ready_engine_task_count == 0:
|
||||||
break # No more tasks to report
|
break # No more tasks to report
|
||||||
|
|
||||||
|
spiff_task = processor.next_task()
|
||||||
task = ProcessInstanceService.spiff_task_to_api_task(processor, processor.next_task())
|
task = ProcessInstanceService.spiff_task_to_api_task(processor, processor.next_task())
|
||||||
if task.id not in reported_ids:
|
if task.id not in reported_ids:
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user