mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-01 18:00:42 +00:00
Merge branch 'main' of github.com:sartography/spiff-arena
This commit is contained in:
commit
94a01fcc80
@ -1402,7 +1402,7 @@ class ProcessInstanceProcessor:
|
||||
tasks = self.bpmn_process_instance.get_tasks(state=TaskState.DEFINITE_MASK)
|
||||
loaded_specs = set(self.bpmn_process_instance.subprocess_specs.keys())
|
||||
for task in tasks:
|
||||
if task.task_spec.description != "Call Activity":
|
||||
if task.task_spec.__class__.__name__ != "CallActivity":
|
||||
continue
|
||||
spec_to_check = task.task_spec.spec
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user