Workflow Stages missing on Service Catalog Requested ItemsDescription<!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symtoms Workflow stage icons do not appear correctly for an sc_req_item record. If the workflow attached to an sc_req_item record has a subflow, the subflow stages will not be captured in the list view. The stage will accurately show for the record in the form view, calendar history and while exporting. Release London Cause Incorrect workflow settings and not setting a stage before the subflow activity fires in the parent workflow. Resolution In order to display the workflow stages correctly on the list view for the sc_req_item table, set the workflow stage rendering to "Linear" in the workflow properties for the affected workflow. A stage also needs to be defined in one of the workflow activities leading to the subflow. For example, if the subflow moves from stages 4-8, at least one of the workflow activities need to have stages 1, 2, or 3 defined in order for the stages to populate correctly on the list view.