Skip to main content
Version: 6 - Palatschinke

Flow

class flow_api.flow.Flow(select=None, init=None, by=name, **kwargs)

Base class: Resource

The Flow class represents a flow script. Functions from the Flow class allow interaction with flow objects, e.g. set input or get information about the flow.

A flow can be created with system.flow('flowname').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at Flow

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = flow

Methods