Process
class resources.process.Process
Base class: Activity
A Process running in Cloudomation. Processes are triggered by various resources.
:py:obj:flow_api.process.Process
Property | Description | Type |
---|---|---|
id | UUID() | |
version | String(length=128) | |
last_activity | DateTime(timezone=True) | |
start_time | DateTime(timezone=True) | |
is_deleted | Boolean() | |
log_level | Enum('CRITICAL', 'ERROR', 'WARNING', 'INFO', 'DEBUG', 'TRACE', name='loglevel') | |
active_tasks | Integer() | |
size_bytes | BigInteger() |