Model pipelines
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
admin | x | x | x | x |
owner | x | x | x | x |
user | | x | | |
all | | | | |
Fields
Name | Type | Link | Maps To | Default | Indexed? | Unique? | Required? |
---|
__v | Number | | | | | | |
_deleted | Boolean | | | false | x | | |
_id | ObjectID | | | [Function] | | | |
_owner_id | ObjectID | User | _owner | | x | | |
_updated_by_id | ObjectID | User | _updated_by | | x | | |
autorun | Boolean | | | false | x | | |
createdAt | Date | | | | | | |
cron | String | | | | | | |
last_run_end | Date | | | | | | |
last_run_result | Mixed | | | | | | |
last_run_start | Date | | | | | | |
name | String | | | | | | |
pipeline | Mixed | | | | | | |
run_start | Date | | | | | | |
running | Boolean | | | | | | |
updatedAt | Date | | | | | | |
Field Details
__v
{
"path": "__v",
"instance": "Number",
"options": {},
"validators": []
}
_deleted
{
"path": "_deleted",
"instance": "Boolean",
"options": {
"default": false,
"index": true
},
"validators": [],
"defaultValue": false
}
_id
{
"path": "_id",
"instance": "ObjectID",
"options": {
"auto": true,
"type": "ObjectId"
},
"validators": [],
"defaultValue": "[Function]"
}
_owner_id
{
"path": "_owner_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"validators": []
}
_updated_by_id
{
"path": "_updated_by_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"validators": []
}
autorun
{
"path": "autorun",
"instance": "Boolean",
"options": {
"default": false,
"index": true
},
"validators": [],
"defaultValue": false
}
createdAt
{
"path": "createdAt",
"instance": "Date",
"options": {
"immutable": true
},
"validators": []
}
cron
{
"path": "cron",
"instance": "String",
"options": {},
"validators": []
}
last_run_end
{
"path": "last_run_end",
"instance": "Date",
"options": {},
"validators": []
}
last_run_result
{
"path": "last_run_result",
"instance": "Mixed",
"options": {},
"validators": []
}
last_run_start
{
"path": "last_run_start",
"instance": "Date",
"options": {},
"validators": []
}
name
{
"path": "name",
"instance": "String",
"options": {},
"validators": []
}
pipeline
{
"path": "pipeline",
"instance": "Mixed",
"options": {},
"validators": []
}
run_start
{
"path": "run_start",
"instance": "Date",
"options": {},
"validators": []
}
running
{
"path": "running",
"instance": "Boolean",
"options": {},
"validators": []
}
updatedAt
{
"path": "updatedAt",
"instance": "Date",
"options": {},
"validators": []
}