Skip to content

Commit

Permalink
docs: update URL in local workflow execution guide to reflect project…
Browse files Browse the repository at this point in the history
… name

Signed-off-by: Vincent <0426vincent@gmail.com>
  • Loading branch information
vincent0426 committed Jan 4, 2025
1 parent 27c9edd commit 66c9f21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pyflyte run --remote -p my-project -d development example.py wf --name Ada
You should see a URL to the workflow execution on your demo Flyte cluster, where `<execution_name>` is a unique identifier for the workflow execution:

```{prompt} bash $
Go to http://localhost:30080/console/projects/flytesnacks/domains/development/executions/<execution_name> to see execution in the console.
Go to http://localhost:30080/console/projects/my-project/domains/development/executions/<execution_name> to see execution in the console.
```

### Inspecting a workflow run in the FlyteConsole web interface
Expand Down

0 comments on commit 66c9f21

Please sign in to comment.