New Hire Orchestration workflow will not openDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Workflow does not load and the wheel keeps on spinning on workflow editor. Release London Patch 4 Cause Orchestration Activities are not present in the instance which fails the workflow to load. Resolution First ground rule, identify the custom activities which needs modification and validate that it has the same "SYS_ID" on all the instances. No changes or modifications should be done to the update sets which capture the changes.Custom Activity: On source instance First create an update set in the Application where the workflow and custom activity are and then make it the current update set to contain the change of the custom activity Once the update set is made current, then open Workflow editor. This way we can make sure the workflow is opened in the correct application. Make the necessary changes. Complete the Update set. On target instance: Retrieve the update set that contains the custom activity which was modified. Preview the update set Commit the update set Now open Workflow Editor. Open the Custom tab of the Workflow Editor, check the activity's version. Open the workflow and notice that the "Custom Activity" is color coded to orange. Click on the Custom activity and check if there is a dialog indicating that there is a newer version of the activity. Workflow: On source instance: Create a new update set in the Application where the workflow is to hold the Workflow change. Open Workflow Editor: Check out the workflow Updated the "Custom Activity" to the newer version available. Notice the changes done on the custom activity. Publish the workflow. Complete the update set On target instance: Retrieve the update set that contains the workflow which was modified. Preview update set Commit the update set. Open the Workflow Editor Select the "Workflow" tab Open the workflow. Notice that the workflow is updated with the changes done on the custom activity.