How to create a report to fetch the list of RITM records without workflow attached to themIssue In some scenarios, customers need to have a list of RITM records without workflow attached to them. This article aims at providing steps to create a report for the above scenario.ResolutionThere is an entry in the workflow context for every record that has workflow attached.There is a field called "context" on the sc_req_item table.If the RITM has a workflow, the context field will hold the reference of workflowIf the RITM doesn't have a workflow, the context field will be emptyPlease make use of the context field while creating a report for fetching all RITMs without workflow.Create a report with the below conditions on sc_req_item. Please refer to the attached screenshot of the report. Context is emptyFlow context is empty