Close
    logoCloudomation Docs

    Records

    All content that is stored in Cloudomation is stored in the form of records. All records in Cloudomation can be classified into two categories: Resources and Activities. Think of resources as records which are created and maintained by you. Activities in contrast should be considered volatile. Activities are created and changed for you by Cloudomation.

    All records, resources and activities, count against your storage quota.

    General functionality

    ResourceActivity
    CreateIndirectly by running a flow
    Read
    UpdateIndirectly by pause/cancel actions
    Archive
    Delete

    The following list of properties are available for all content types:

    PropertyDescriptionData type
    idthe unique identifier of the recordUUID
    namethe name of the recordString
    descriptiona descriptionString
    created_bythe identifier of the user which created the recordUUID
    created_atthe date and time when the record was createdDate-time
    modified_bythe identifier of the user which last modified the recordUUID
    modified_atthe date and time when the record was last modifiedDate-time
    project_idthe identifier of the project which the record is associated withUUID
    is_pinneda flag if the record is marked with a pinBoolean
    is_archiveda flag if the record is marked as archivedBoolean
    size_bytesthe total size of the record in bytesInteger

    Classes

    Resource
    Activity

    Resource

    Connection
    File
    Flow
    GitConfig
    OAuth
    Organization
    Plugin
    Project
    Scheduler
    Search
    Setting
    SyncConfig
    Tag
    User
    VaultConfig
    Webhook
    Workspace

    Activity

    Execution
    Message
    Process

    Enums

    ActivityType
    ConnectionType
    IdentityType
    PermissionOperation
    ResourceType
    TableType
    Previous
    status
    Next
    Activity