Flow Designer stage rendering is not same as workflowIssue Flow designer stage rendering is not the same as workflow stage rendering, the red cross icon is not showing in the list view when approval is Rejected.ReleaseAny ReleaseCauseStages in the flow designer flow need to be arranged correctly to get similar behavior to that of workflow stage rendering.ResolutionWhen a catalog request is submitted for a catalog item that is using workflow, if the approval of RITM is rejected, we can see a red (X) icon in the RITM list view stage column along with the name of the ongoing stage name. Example: If the approval is rejected at the stage of Waiting for Approval, it shows as "(X) Waiting For Approval (Rejected)" This behavior can be directly achieved using an approval action activity in the workflow. Whereas using the flow for a catalog item, this behavior cannot be achieved directly. To get the red (X) icon in the RITM list view, we need to use a "set Error state" in the flow.Even though we use set error state, it will show as "(X) Waiting For Approval (Error)".To modify the "Error" state name, we need to modify the Error state label from the flow stages by clicking on three dots in the flow.For the Flow stage states, we can use default state labels, custom state labels, also the approval state values Note: If you want to Mark the task as Rejected or set the stage or state with a particular value, you need to use the update record flow action. Set Error state will not make any update on the record. Set "Error" state: Modify Flow stage state Labels: Result: Related LinksWorkflow Stage Rendering Flow Designer Stages