Workflow is stuck at catalog task activity.Issue The catalog task is stuck in the workflow execution when the task got closed and not moving further for the next activity. Steps to reproduce: 1.Login to any instance which has domain separation enabled. 2.Create a catalog item with one variable referencing to the core_company table. 3.Create a record in the core_company table in any other domain apart from global. 4.Create a workflow with the run script and catalog task activity. 5.In the run script activity set the company field of requested item record to the value entered in the catalog item variable. 6.In the catalog task activity set the company field on the catalog task to the value of the company field in the requested item. 7.Now attach the workflow to the catalog item in the process engine-related tab of item record. 8.Raise the request for the newly created catalog item with variable value as the record created in step 3. 9.Now close the catalog task and observe that the workflow execution does not move further.CauseThere is an OOB (Out of box) business rule 'Domain - Default - company' which sets the domain of the record based on the domain present for the company record. When the catalog task is created and the company is set to the value entered in the variable then the above business rule triggers and sets the domain to the different domain. As the catalog task is now in a different domain the updates done in one domain will not create any trigger for the workflow in the global domain.ResolutionNeed to change the requirement where create a new field similar to the company. Now map the variable value to the custom field but not to the OOB company field which will not trigger the business rule for changing the domain.