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 upWARNING
If gflowd up fails, check tmux first.
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 downNext Steps
Next: