Skip to content

cli ga update #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions exercises/version-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down