Close
    logoCloudomation Docs

    Workspace

    class resources.workspace.Workspace

    Base class: Resource

    A Cloudomation installation.

    Workspace resources cannot be created or deleted.

    :py:obj:flow_api.workspace.Workspace

    PropertyDescriptionType
    idUUID()
    iconAn SVG/PNG icon for the workspace.Text()
    activeA flag to control if the workspace is active. Output only.Boolean()
    last_activityThe last time an activity in the workspace was detected.DateTime(timezone=True)
    primary_process_idUUID()
    git_process_idUUID()
    schedule_process_idUUID()
    git_refresh_intervalThe interval in seconds to refresh content of all enabled git_configs.Integer()
    usage_count_flow_devA counter of the number of executions of flows which were started in development mode this month. Output only.Integer()
    usage_count_flow_productiveA counter of the number of executions of flows which were started in productive mode this month. Output only.Integer()
    usage_count_task_devA counter of the number of executions of tasks which were started in development mode this month. Output only.Integer()
    usage_count_task_productiveA counter of the number of executions of tasks which were started in productive mode this month. Output only.Integer()
    sync_counter_flow_devInteger()
    sync_counter_flow_productiveInteger()
    sync_counter_task_devInteger()
    sync_counter_task_productiveInteger()
    size_bytesBigInteger()
    Previous
    Webhook
    Next
    ActivityType