Values ¶
pdg.workItemType.Batch
A batch work item, which contains multiple sub items. Produced by aa Processor node.
pdg.workItemType.DynamicPartition
A dynamic partition, created by a partitioner doing dynamic partitioning. This enum entry is deprecated and has been replaced by Partition.
pdg.workItemType.Regular
A regular work item, which has a single upstream parent and was produced by a Processor node.
pdg.workItemType.Partition
A partition work item, which has multiple upstream dependencies and was produced by a Partitioner
pdg.workItemType.StaticPartition
A static partition, created by a partitioner doing static partitioning. This enum entry is deprecated and has been replaced by Partition.
pdg.workItemType.StaticWrapper
An special, internal work item type used for control flow. This enum entry is deprecated and has been replaced by Partition.