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
Name | Type | Description |
---|---|---|
**kwargs | ||
by | ||
init | ||
select |
Constants
RESOURCE = flowMethods
add_tag
details
archive
details
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
get_identity_created_by
details
get_identity_modified_by
details
get_logs
details
get_tags
details
load
details
remove_tag
details
restore
details
save
details
set
details