mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-24 05:18:22 +00:00
rename workflow.json -> process_model.json
This commit is contained in:
parent
d694fe14a6
commit
36369bfd63
@ -21,7 +21,7 @@ class FileSystemService:
|
||||
methods for dealing with the File system.
|
||||
"""
|
||||
PROCESS_GROUP_JSON_FILE = "process_group.json"
|
||||
PROCESS_MODEL_JSON_FILE = "workflow.json"
|
||||
PROCESS_MODEL_JSON_FILE = "process_model.json"
|
||||
|
||||
@staticmethod
|
||||
def root_path() -> str:
|
||||
|
Loading…
x
Reference in New Issue
Block a user