Helpful commands

starts/stops runner
jf runner start
jf runner stop
lists all the jobflow jobs
jf job list
lists all the jobflow flows
jf flow list
gets info on one specific job (DB id)
jf job info <DB id>
location of the yaml file
/home/<netid_or_folder_name>/.jfremote/<env_name>.yaml
deletes a flow
jf flow delete -did <DB id>