Active flag is not set to false after RITM's workflow stage switches to Completed because the 'Set Active Flag' business rule condition does not runDescriptionWhen a workflow on a requested item only contains Set Value or Run Script activities, the requested item's active flag stays set as true even when the stage field is 'Complete'. This is due to the 'Set Active Flag' business rule condition failing to be met: current.stage.changes() && (current.stage=="complete" || current.stage=="Request Cancelled")The condition does not consider scenarios where a workflow on RITM has no Wait For, Timer, Approval, Catalog Task, Create Task activities. The history of the RITM shows that, when the record is created, the stage initial value is 'Complete', failing to match the business rule condition.Steps to Reproduce Import the attached XML.Order the item 'Completed yet active still true'.Notice the RITM created still has active flag set to true instead of false. WorkaroundThis issue has been fixed. If you are able to upgrade, review the Fixed In or Intended Fix Version fields to determine whether any versions have a planned or permanent fix. After upgrading you will need to enable these business rules: sys_script_3c1faea173002300097f6508caf6a7b9.xmlsys_script_8ebfaa6573002300097f6508caf6a7c3.xml because by default they're active false. If you are not planning to upgrade to a fixed release, perhaps you may find relief by applying this workaround: Add the attached business rules which are configured to run after workflows: Set Active Flag After Workflows - SetActiveFlagAfterWorkflows_sys_script_3c1faea173002300097f6508caf6a7b9.xmlSet Closure Fields After Workflows - SetClosureFieldsAfterWorkflows_sys_script_8ebfaa6573002300097f6508caf6a7c3.xmlRelated Problem: PRB1269804