Records
All content that is stored in Cloudomation Engine is stored in the form of records. All records in Cloudomation Engine 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 Engine.
note
All records, resources and activities, count against your storage quota.
General functionality
Resource | Activity | |
---|---|---|
Create | ✓ | Indirectly by running a flow |
Read | ✓ | ✓ |
Update | ✓ | Indirectly by pause/cancel actions |
Delete | ✓ | ✓ |
The following list of properties are available for all content types:
Property | Description | Data type | ||
---|---|---|---|---|
id | the unique identifier of the record | UUID | ||
name | the name of the record | String | ||
description | a description | String | ||
created_by | the identifier of the user which created the record | UUID | ||
created_at | the date and time when the record was created | Date-time | ||
modified_by | the identifier of the user which last modified the record | UUID | ||
modified_at | the date and time when the record was last modified | Date-time | ||
deleted_by | the identifier of the user which deleted the record | UUID | ||
deleted_at | the date and time when the record was deleted | Date-time | ||
project_id | the identifier of the project which the record is associated with | UUID | ||
bundle_id | the identifier of the bundle which the record is associated with | UUID | ||
is_readonly | a flag if the record is marked as read-only | Boolean |
Classes
Resource
Activity
Resource
Bundle
BundleRepository
Connector
CustomObject
File
Flow
LdapConfig
Oauth
ObjectTemplate
Organization
Plugin
Project
Role
Schedule
Scheduler
Schema
Setting
SyncConfig
Tag
User
VaultConfig
Webhook
Workspace
Wrapper
Activity
Execution
Message
Process
Enums
ActivityType
AllType
ConnectorType
CustomObjectProvisioningState
IdentityType
ObjectTemplateAttributeDataType
PermissionOperation
RecordLogLevel
RecordType
ResourceType
SavepointRetention
UserTableState