Skip to main content
Version: 6 - Palatschinke

System

class flow_api.system.System(``)

The System object is what every flow script handler function gets passed as first argument. The object provides functions to interact with Cloudomation, like manipulating settings, manipulating files, manipulating flows, etc.

You do not need to instanciate the System object. It is passed to the flow script handler function as first parameter.

Methods