Close
    logoCloudomation Docs

    Flow

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

    Base class: Record

    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.

    :py:obj:resources.flow.Flow

    Parameters

    NameTypeDescription
    select
    init
    by
    **kwargs

    Constants

    RESOURCE = flow

    Methods

    archive ()
    clone (update=None, **kwargs)
    delete ()
    exists ()
    get (*fields, default=None)
    get_dict (*fields, default=None)
    get_identity_created_by ()
    get_identity_modified_by ()
    load (*fields)
    save (update=None, **kwargs)
    set (key, value)
    Previous
    File
    Next
    GitConfig