Stage field is erased when workflow conditions or name is changedIssue <!-- 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{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Issue SummaryWhen a workflow is cloned from PROD to DEV, the Stage_field attached to the workflow is erased whenever the condition or name of the workflow is changed. Most Probable Cause The Type of the field in the table against which the workflow runs should always be Workflow in order for the field to qualify as a stage_field. If the field is of any other type, such as String, it does not qualify as a stage_field. When a workflow is cloned and the stage_field in the original workflow is not of type Workflow, it will run properly until you make any changes to the workflow properties. Once a change is made to the workflow properties, such as a change in name or condition, the stage_field that was previously referring to a field in the table will be erased. The workflow stages will therefore not be updated in the table field. Solution Proposed The type of the field in the table that is to be used as a stage_field should always be of the type Workflow. If you are not able to set the type as Workflow: Make sure that the TYPE value of the field has a reference specified to "Field class" in the Dictionary entry. Navigate to Workflow > Workflow Editor and open the workflow. In the title bar, click the context menu icon (hamburger icon) and choose Properties. In the Stages tab, set the stage_field to <field_name>.