flowserv.controller.serial.engine.config module
Environment variables for configuring the serial workflow engine.
- flowserv.controller.serial.engine.config.ENGINECONFIG(env: Dict, validate: Optional[bool] = False) Dict
Read engine configuration information from the file that is specified by the environment variable FLOWSERV_SERIAL_ENGINECONFIG.
Returns an empty dictionary if the environment variable is not set. If the validate flag is True the read document will be validated against the configuration document schema that is defined in
config.json.- Parameters
env (dict) – Configuration object that provides access to configuration parameters in the environment.
validate (bool, default=False) – Validate the read configuration object if True.
- Return type
dict
- flowserv.controller.serial.engine.config.RUNSDIR(env: Dict) str
The default base directory for workflow run files.
- Parameters
env (dict) – Configuration object that provides access to configuration parameters in the environment.
- Return type
string