tactus.templates.ecflow package

Ecflow containers.

Submodules

tactus.templates.ecflow.default module

Default ecflow container.

default_main(kwargs: dict)[source]

Ecflow container default method.

parse_ecflow_vars()[source]

Parse the ecflow variables.

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