Methods#

These are the built-in methods of workflowpy.

Script Method#

Python scripts can directly be added to a workflow using the ScriptMethod class.

script.ScriptMethod(script, output[, input, ...])

Method to run python script with workflowpy.

Script Method parameters#

script.ScriptInput(*[, script])

Output parameters for ScriptMethod class.

script.ScriptOutput(**data)

Input parameters for ScriptMethod class.

script.ScriptParams(**data)

Parameters for ScriptMethod class.