Process
class resources.process.Process
Base class: Activity
A Process running in Cloudomation. Processes are triggered by various resources.
See the corresponding Flow Api class at Process
Property | Description | Type | Import/Export |
---|---|---|---|
active_tasks | Integer() | both | |
id | UUID() | both | |
is_deleted | Boolean() | both | |
last_activity | DateTime(timezone=True) | both | |
log_level | Enum('CRITICAL', 'ERROR', 'WARNING', 'INFO', 'DEBUG', 'TRACE', name='loglevel') | both | |
size_bytes | BigInteger() | neither | |
start_time | DateTime(timezone=True) | both | |
version | String(length=128) | both |