Skip to main content
Version: 6 - Palatschinke

Execution

class flow_api.execution.Execution(select=None, init=None, by=id, **kwargs)

Base class: Identity

The Execution class represents an execution (flow, connection, or script). Functions from the execution class can be applied on execution objects. Execution objects are created by the following functions from the Cloudomation class: flow(), connect(), script(). It provides functions to set input parameters, run, and get information about the execution.

Do not create execution objects directly, but using System.execution

See the corresponding Resources class at Execution

Parameters

NameTypeDescription
**kwargs
by
init
selectThe ID of the execution object this instance operates on

Constants

RESOURCE = execution

Methods