Flow won't startIssue Submitting the catalog item creates a Request and RITM, but doesn't start the flow for the RITM.CauseThe default stage on the sc_req_item is 'waiting_for_approval.' When the request is approved (in 'Service Catalog Request' workflow), the 'Cascade Request Approval to Request Item' out-of-the-box (OOTB) business rule on the sc_request table updates the stage on the sc_req_item to 'request_approved.' When the stage on the sc_req_item record changes to 'request_approved,' the 'Start FlowDesigner Flow' OOTB business rule on the sc_req_item table triggers the associated flow. The root cause of the issue is the 'Cascade Request Approval to Request Item' OOTB business rule on the sc_request table is deactivated.ResolutionActivate the 'Cascade Request Approval to Request Item' OOTB business rule on the sc_request table.