Workflow is stuck where the catalog task activity execution is not moving further.Issue In a simple workflow, there is a catalog task activity designed for creating the task record. In a reference catalog task created the state is showing as closed complete but still, the workflow hasn't moved further. Steps to reproduce: Create a workflow with the catalog task activity.Attach the workflow to the catalog item in the process engine-related tab of the catalog item.Raise a request for the catalog item.Check if the catalog task is created.Set catalog task state to closed complete and check workflow if it is stuck at the activity.CauseThere is a manual update and integration update happening on the same catalog task at the same time on the same field where the manual update is setting the state to work in progress and the integration update is setting the state to closed complete. As both the updates are happening in the same transaction the workflow will be able to take the state which is present when the activity has run for condition checking. As the manual update has triggered the condition check the workflow considers the manual update.ResolutionNeed to avoid such situations of updating the same task at the same time by user and integration so that this scenarios will not cause an issue.