# Checking the Status of Your Workflow You can check the status of your workflow sessions, tasks, or logs using the ID provided in the CLI. Create a step-by-step guide: 1. After running the workflow session, make a note of the ID you need to check the session, task, or log as shown in the image below: ![](/assets/image-20200130-232309.f0052ab3bfd055a5cbd18b23e506c4d141764f5ebab5d098aeadf60c4f527465.2e4f387b.png) 2. Type the following command in the terminal window to show the status of your workflow session, task, or log: | **Status** | **Command** | | --- | --- | | session | `td workflow session ` | | task | `td workflow task ` | | log | `td workflow log ` |