tactus.templates.ecflow package
Ecflow containers.
Submodules
tactus.templates.ecflow.default module
Default ecflow container.
- query_ecflow_variable(client, ecf_name: str, variable: str)[source]
Query ecflow variable from client.
- Parameters:
client (ecf.Client) – ecflow client.
ecf_name (str) – ecflow name, i.e. path to ecFlow node.
variable (str) – variable to query.
- Returns:
variable value if variable exists on client.
- Return type:
str or None