Workspace
class resources.workspace.Workspace
Base class: Resource
A Cloudomation installation.
Workspace resources cannot be created or deleted.
:py:obj:flow_api.workspace.Workspace
Property | Description | Type |
---|---|---|
id | UUID() | |
icon | An SVG/PNG icon for the workspace. | Text() |
active | A flag to control if the workspace is active. Output only. | Boolean() |
last_activity | The last time an activity in the workspace was detected. | DateTime(timezone=True) |
primary_process_id | UUID() | |
git_process_id | UUID() | |
schedule_process_id | UUID() | |
git_refresh_interval | The interval in seconds to refresh content of all enabled git_configs. | Integer() |
usage_count_flow_dev | A counter of the number of executions of flows which were started in development mode this month. Output only. | Integer() |
usage_count_flow_productive | A counter of the number of executions of flows which were started in productive mode this month. Output only. | Integer() |
usage_count_task_dev | A counter of the number of executions of tasks which were started in development mode this month. Output only. | Integer() |
usage_count_task_productive | A counter of the number of executions of tasks which were started in productive mode this month. Output only. | Integer() |
sync_counter_flow_dev | Integer() | |
sync_counter_flow_productive | Integer() | |
sync_counter_task_dev | Integer() | |
sync_counter_task_productive | Integer() | |
size_bytes | BigInteger() |