Files
triggerdotdev--trigger.dev/docs/snippets/step-view-run.mdx
T
James Ritchie 0d4e3e70c1 Lots of small docs improvements (#1251)
* tasks no longer inside a group in the side menu (and added “cron”)

* Delay using a timezone

* Added React Not Defined error to the troubleshooting page

* Improved the React common problem

* Link to v2 docs

* New Development section and entry in Common Problems

* Concurrently running the terminal

* Fixed the .env weirdness

* Added section on creating PATs for Github actions

* Improved the Machine spec and limits page

* Quick start steps now have nice images

* Added a diagram for the lifecycle functions

* Added note about onFailure

* CRON -> cron/Cron

* Updated the cli-dev steps for the concurrently package

* Fixed capital letter

* Updated diagram text

* Removed dead page
2024-08-08 15:03:05 +01:00

12 lines
373 B
Plaintext

<Step title="View your run">
Congratulations, you should see the run page which will live reload showing you the current state of the run.
![Run page](/images/run-page.png)
If you go back to your terminal you'll see that the dev command also shows the task status and links to the run log.
![Terminal showing completed run](/images/terminal-completed-run.png)
</Step>