Skip to content

Commit

Permalink
add space around images plus alt text
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 4, 2023
1 parent 5515423 commit 90f84e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/getting_started/running_a_workflow_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,16 @@ pyflyte run --remote example.py wf --name Ada

You can inspect the results of a workflow run by navigating to the URL produced by `pyflyte run` for the workflow execution. You should see FlyteConsole, the web interface used to manage Flyte entities such as tasks, workflows, and executions. The default execution view shows the list of tasks executing in sequential order.

![](https://raw.githubusercontent.com/flyteorg/static-resources/nikki-onboarding-docs-revamp/flytesnacks/getting_started/flyteconsole_default.png)
![Landing page of Flyte UI showing two successful tasks run for one workflow execution, along with Nodes, Graph, and Timeline view switcher links](https://raw.githubusercontent.com/flyteorg/static-resources/nikki-onboarding-docs-revamp/flytesnacks/getting_started/flyteconsole_default.png)


Clicking on a single task will open a panel that shows task logs, inputs, outputs, and metadata.
![](https://raw.githubusercontent.com/flyteorg/static-resources/nikki-onboarding-docs-revamp/flytesnacks/getting_started/flyteconsole_task_panel.png)

![Single task panel showing task logs, rerun task button, and executions, inputs, outputs, and task metadata sections](https://raw.githubusercontent.com/flyteorg/static-resources/nikki-onboarding-docs-revamp/flytesnacks/getting_started/flyteconsole_task_panel.png)


The **Graph** view shows the execution graph of the workflow, providing visual information about the topology of the graph and the state of each node as the workflow progresses.

![](https://raw.githubusercontent.com/flyteorg/static-resources/nikki-onboarding-docs-revamp/flytesnacks/getting_started/flyteconsole_graph_view.png)
![Graph view of single workflow execution showing directed acyclic graph of start node, say_hello_node, greeting_length node, and end node](https://raw.githubusercontent.com/flyteorg/static-resources/nikki-onboarding-docs-revamp/flytesnacks/getting_started/flyteconsole_graph_view.png)

On completion, you can inspect the outputs of each task, and ultimately, the overarching workflow.

0 comments on commit 90f84e2

Please sign in to comment.