Skip to main content

Overview

PropertyValue
Type IDprocessStep
Sort Order17
DomainProcess (PFMEA documents)
Managed InPFMEA risksheet documents
ISO StandardAIAG/VDA FMEA Handbook (PFMEA)

Custom Fields

Process step work items have five custom fields that mirror standard PFMEA worksheet columns:
Field IDDisplay NameTypeDescription
processInputsInputsRich textMaterials, components, or information entering the process step
processOutputsOutputsRich textProducts, components, or results produced by the process step
processEquipmentEquipment / ToolsRich textEquipment, tools, or machinery used during the step
processVerificationVerification / Control MethodRich textHow the process step output is verified or controlled
linkedSystemElementLinked System Elementworkitem:systemElementReference to the system element this step manufactures or modifies
The linkedSystemElement field uses the workitem:systemElement type, which restricts the picker to only system element work items. This enforces data integrity at the field level, ensuring process steps always reference valid product components.

Standard Fields

FieldTypeDescription
titleStringName of the process step
descriptionRich textDetailed description of the manufacturing operation
statusEnum (status)Lifecycle state: Draft through Obsolete
severityEnum (severity)General severity classification
priorityEnum (priority)Priority level

Process steps connect the manufacturing process to both the product structure and risk analysis:
Link RoleDirectionConnected TypePurpose
allocatedToForwardsystemElementSystem element this step operates on (link role)
associatesForwardsystemElementManufacturing association (RTM model relationship)
assessesReverse (from failureMode)failureModeFailure modes that assess process risks
assessesReverse (from riskRecord)riskRecordRisk records that assess this process step
diagram

PFMEA Context

In the PFMEA risksheet, process steps serve as the subject of failure mode analysis. The PFMEA template uses the same assesses link role as DFMEA but targets process steps instead of functions. The process step fields (inputs, outputs, equipment, verification) align with standard PFMEA worksheet columns from the AIAG/VDA FMEA Handbook, enabling structured process risk documentation.

RTM Domain Model

In the RTM domain model (rtm.yaml), ProcessStep is a domain entity with:
PropertyValue
Polarion TypeprocessStep
Exposed PropertiesoutlineNumber, description
RelationshipsProcessStep --[associates]--> SystemElement (many-to-many)

PowerSheet Views

Process steps appear in the Process Steps powersheet:
Column GroupColorContents
Process StepsGreenStep ID, title, inputs, outputs, equipment, verification
System ElementsGreenLinked system elements via associates role