Skip to content

Commit

Permalink
more improvements to running workflows article
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
nikki everett committed Dec 1, 2023
1 parent 6792d7e commit b134410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/running_workflows_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pyflyte run --remote example.py training_workflow \
--hyperparameters '{"C": 0.1}'
```

You should see a URL to the workflow execution on your demo Flyte cluster. <execution_name> is a unique identifier for the workflow execution:
You should see a URL to the workflow execution on your demo Flyte cluster. `<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.
Expand Down

0 comments on commit b134410

Please sign in to comment.