Skip to main content
Version: 7 - Gugelhupf

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

add_tag

archive

clone

delete

exists

export

get

get_dict

get_identity_created_by

get_identity_modified_by

get_logs

get_tags

load

remove_tag

restore

save

set