Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 671 Bytes

File metadata and controls

11 lines (10 loc) · 671 Bytes

Exercise 2: Hello Web UI

During this exercise, you will:

  • Use the Temporal Web UI to display the list of recent Workflow Executions. The exercise environment is configured to open the Web UI automatically, and look for the tab with the label "Simple Browser" or run the command webui.
  • View the detail page for the Workflow Execution from the previous exercise
  • See if you can find the following information on the detail page:
    • Name of the task queue
    • Start time
    • Close time (this is the time of completion)
    • Input and output for this Workflow execution (hint: click the </> Input and Results section)

This is the end of the exercise.