Workflow not progressing after catalog task closure and stuck at Catalog Task activityIssue Workflow does not progress after catalog task closure and is stuck in the Catalog Task activityReleaseLondon and aboveCauseWhenever a Catalog Task (sc_task) is closed or moved into one of the close_states, Business Rule: "SNC - Run parent workflows" will trigger based on the condition ==> TaskStateUtil().canRunParentWF(current). "TaskStateUtil" is a Script Include and if this cannot find the method canRunParentWF() then it cannot pass through conditions thus not triggering the Business Rule: "SNC - Run parent workflows"ResolutionMake sure "TaskStateUtil" Script Include is of latest version consisting the method canRunParentWF() and check if the conditions of this method satisfy the current Catalog task closure.