hpcflow.sdk.core.loop#

A looping construct for a workflow. There are multiple types of loop, notably looping over a set of values or until a condition holds.

Classes

Loop

A loop in a workflow template.

WorkflowLoop

Class to represent a Loop that is bound to a Workflow.