Workflows

Jobflow Template

Needs updating for jobflow-remote.
The following is a representative ~/.jobflow.yaml file to use. Generally, your MongoDB username and the database name will be your NetID. The collection name you can make whatever you like. You can have many collections in your database.
JOB_STORE:
docs_store:
type: MongoStore
host: localhost
port: 27017
username: <MongoDB UserName>
password: <MongoDB PW>
database: <MongoDB Database Name>
collection_name: jobflow