diff --git a/exercises/version-workflow/README.md b/exercises/version-workflow/README.md index d2d1e08..78ba5c4 100644 --- a/exercises/version-workflow/README.md +++ b/exercises/version-workflow/README.md @@ -36,12 +36,13 @@ You'll need two terminal windows for this exercise. http://localhost:8233), navigate to the **Event History** section of the detail page for this execution, and then click the **Download** button just above the table showing the Event History. - In the **Download JSON** dialog, disable the - **Decode Event History** toggle, and then click **Download**. Save + In the **Download JSON** dialog, leave the "Encoded" option as is, + and then click **Download**. Save the file as `history_for_original_execution.json` in your `practice` directory. - NOTE: If you are running this exercise in GitPod, download the file using the following command from the `practice` directory: - `temporal workflow show --workflow-id loan-processing-workflow-customer-a100 --fields long --output json > history_for_original_execution.json` + `temporal workflow show \ + --workflow-id loan-processing-workflow-customer-a100 \ --output json > history_for_original_execution.json` to retrieve a copy. 5. In the next section, you will make and deploy an incompatible change, causing a non-deterministic error for an open execution.