Workflows are not getting attached to the requested itemsIssue There is an issue with attaching approvals to requested items, and it's not specific to any particular catalog item. The problem is also inconsistent.CauseUpon reviewing the logs, it was observed that the business rule "Cascade Request Approval to Request Item" was triggered, which updated the related Requested Items (RITMs) to the "request_approved" stage. In some cases, the business rule 'Cascade Request Approval to Request Item' fails to update certain Requested Items (RITMs) to the 'request_approved' stage because they are not yet created, even though they have the same created timestamps as the ones that were updated successfully.ResolutionOne possible solution to this issue is to add a 5-second timer in the request workflow after the Begin activity. This will give the system enough time to create all the Requested Items (RITMs) so that they are available to fetch when the 'Cascade Request Approval to Request Item' business rule is executed.