Project/Process versioning

Hi,

I am working on hardening a process, adding logging to it, and I would like to grab/access the name and version of the current process being run when the process starts, to add to the log.

I have learned through googling that I can access the name by parsing the project.json and grabbing it from there. So I do that.

But there doesn’t seem to be any way to add version information in Studio for a project, and there is no field in project.json for it either. I could add it manually to project.json but that is not elegant.

Is there way to manage versioning of your project/process and then access it during process execution?