mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 21:08:18 +00:00
Add skeleton method for process model list
This commit is contained in:
parent
1524b12a4a
commit
3e65a4612a
@ -122,6 +122,10 @@ def process_model_show(process_group_id, process_model_id):
|
||||
return process_model_json
|
||||
|
||||
|
||||
def process_model_list(process_group_id, page=1, per_page=100):
|
||||
...
|
||||
|
||||
|
||||
def get_file(process_model_id, file_name):
|
||||
"""Get_file."""
|
||||
process_model = ProcessModelService().get_process_model(process_model_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user