Workflows

class malleefowl.processes.DispelWorkflow[source]

workflow Workflow (v0.7)

Runs Workflow with dispel4py.

Parameters:workflow (text/yaml) – Workflow description in YAML. (Info)
Returns:
  • output (text/yaml) – Workflow result document in YAML.
  • logfile (text/plain) – Workflow log file.

References

class malleefowl.processes.DispelCustomWorkflow[source]

custom_workflow Custom Workflow (v0.1)

Runs custom workflow with dispel4py.

Parameters:workflow (application/json) –

Workflow description in JSON. (Info)

Returns:
  • output (application/json) – Workflow result document in JSON.
  • logfile (text/plain) – Workflow log file.

References