rename workflow.json -> process_model.json

This commit is contained in:
mike cullerton 2022-11-18 08:55:53 -05:00
parent 64b0490dd5
commit 0eaef2add9
1 changed files with 1 additions and 1 deletions

View File

@ -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: