Quick Start
Run through the smallest gflow workflow with the commands below.
Before You Start
Make sure tmux is installed. If not, finish Installation first.
Optional: Initialize Configuration
Create a default config:
shell
gflowd initStep 1: Start the Scheduler
Start the daemon:
shell
gflowd startTIP
gflowd start hosts the daemon via the systemd user service when installed, otherwise in tmux, otherwise as a direct process — no need to worry about how.
WARNING
If gflowd start fails, check tmux first (or install the systemd user service with gflowd service install).
Check status:
shell
gflowd statusVerify the client can reach it:
shell
ginfoStep 2: Submit a Job
shell
gbatch echo 'Hello from gflow!'Step 3: Check Queue and Logs
shell
gqueueThen read the logs:
shell
gjob log <job_id>INFO
Use gqueue first to find the job ID.
Step 4: Stop the Scheduler
shell
gflowd stopNext Steps
Next: