Workflow is not attaching to the RITMIssue Workflow is not attaching to the RITM.CauseThere is a custom business rule getting executed on the RITM table.This custom business rule is using functions like current.setWorkflow(false); and current.update();, due to which the issue is observed.If you deactivate this business rule, then the issue is not observed and the workflow gets attached to the RITM as expected.