This enum contains possible file types, which track when a particular file was created and added to a work item.
Values ¶
pdg.fileType.Expected
The file refers to an expected output, which may not exist on disk
pdg.fileType.Generated
The file is a real file path that was added to the work item when it generated
pdg.fileType.Runtime
The file is a real file path that was added to the work item when it cooked
pdg.fileType.RuntimeExpected
The file was originally an expected output, but a correpsonding file was added to the work item when it cooked