Language/Translation: workflow activity variables only use a single value if type is translated_textDescriptionIf a workflow variable has the type translated_text, and you are not using English, then all activities in any workflow with this variable will show the same value. While using English, one can set these values independently.Steps to Reproduce Log in as an administrator.Install any language plugin, for example, I18N: Spanish Translations.Navigate to System Definition > Dictionary and open the task_instructions column variables var_m_...For each of them, change the type from String to Translated Text and save the dictionary entries.Open the workflow editor.Check out the Comprehensive Change workflow.Open the Plan Create Task activity.Set Task values from to Fields.Note: If at any point you cannot see the Instructions field on a Create Task activity, setting this value to Fields should make it appear.Set the Instructions to en plan and click Save.Open up the Build Create Task activity.Set the Instructions to en build and click Save.Hover over each activity to preview. Note that the Instructions are different.Change your language to Spanish.Open up the Plan Create Task activity.Set the Instructions to sp plan and click Save.Open up the Build Create Task activity.The instructions should already be set to sp plan.Previewing all the other Create Task activities show that they all have the value sp plan.Try to change the Instructions on any Create Task activity in any workflow. Updating it in one place updates it everywhere.Contrast this behavior for how it works in English, where each activity can have its own value for the variable.WorkaroundThis is expected behavior. Activity variables do not support the translated_text element type. Up to the Istanbul release, the translated_field type could be used instead, allowing to set translated display values, not the underlying variable values, independently.Related Problem: PRB589899