mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-27 01:40:48 +00:00
Getting ./bin/pyl to pass
This commit is contained in:
parent
488abc03ea
commit
7f2d69163e
@ -1608,7 +1608,9 @@ class ProcessInstanceProcessor:
|
||||
raise ApiError.from_workflow_exception("task_error", str(we), we) from we
|
||||
|
||||
@classmethod
|
||||
def get_tasks_with_data(cls, bpmn_process_instance: BpmnWorkflow) -> List[SpiffTask]:
|
||||
def get_tasks_with_data(
|
||||
cls, bpmn_process_instance: BpmnWorkflow
|
||||
) -> List[SpiffTask]:
|
||||
return [
|
||||
task
|
||||
for task in bpmn_process_instance.get_tasks(TaskState.FINISHED_MASK)
|
||||
|
Loading…
x
Reference in New Issue
Block a user