Call FileService
This commit is contained in:
parent
4fa68bd4c0
commit
b5082b8fd3
|
@ -173,5 +173,7 @@ def delete_file(file_id):
|
|||
FileService.delete_file(file_id)
|
||||
|
||||
|
||||
def dmn_from_ss(workflow_spec_id):
|
||||
pass
|
||||
def dmn_from_ss(ss_data):
|
||||
result = FileService.dmn_from_spreadsheet(ss_data)
|
||||
# TODO: Do we need to return json?
|
||||
return result
|
||||
|
|
Loading…
Reference in New Issue