rename workflow.json -> process_model.json
This commit is contained in:
parent
64b0490dd5
commit
0eaef2add9
|
@ -21,7 +21,7 @@ class FileSystemService:
|
||||||
methods for dealing with the File system.
|
methods for dealing with the File system.
|
||||||
"""
|
"""
|
||||||
PROCESS_GROUP_JSON_FILE = "process_group.json"
|
PROCESS_GROUP_JSON_FILE = "process_group.json"
|
||||||
PROCESS_MODEL_JSON_FILE = "workflow.json"
|
PROCESS_MODEL_JSON_FILE = "process_model.json"
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def root_path() -> str:
|
def root_path() -> str:
|
||||||
|
|
Loading…
Reference in New Issue