This enum contains the possible types for a flag metadata stored on a pdg.WorkItem attribute.
Values
pdg.attribFlag.NoFlags
The attribute has no flags set.
pdg.attribFlag.All
The attribute has all flags set.
pdg.attribFlag.NoCopy
The attribute is marked as not being copied onto downstream work items.
pdg.attribFlag.EnvExport
The attribute value will be exported to the environment when the work item is executed out of process.
pdg.attribFlag.ReadOnly
The attribute value can only be read, not modified.
pdg.attribFlag.Internal
The attribute is a built in created by PDG.
pdg.attribFlag.Operator
The attribute refers to an operator path.