Skip to main content
Version: 8 - Apfelstrudel

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
bystr
inittyping.Union[ dict, NoneType ]
selecttyping.Union[ str, NoneType ]

Constants

RESOURCE = flow

Methods

add_tag

archive

clone

delete

exists

export

get

get_dict

get_identity_created_by

get_identity_deleted_by

get_identity_modified_by

get_logs

get_tags

remove_tag

restore

save