Business rule to copy location from RITM to CatalogTask - Do not execute in workflowIssue Business rule to copy location from RITM to CatalogTask - Do not execute in workflowCauseThe reason it does not update the location on the first task created from the workflow, it is because, since the update is happening on the same transaction, the BR "Copy RITM location to sc_task" condition is failing, since it is not finding the request item location value yet and thus does not update.In this case, at the first go when RITM and SC task are created, every time the BR condition is not satisfying and hence failing.ResolutionFor this, you will have to break the transaction.Placed a 2 seconds timer in between and before when the task is created in the workflow and now it updates the location successfully