Model pipelines


Permissions

User GroupCreate?Read?Update?Delete?
adminxxxx
ownerxxxx
userx
all

Fields

NameTypeLinkMaps ToDefaultIndexed?Unique?Required?
__vNumber
_deletedBooleanfalsex
_idObjectID[Function]
_owner_idObjectIDUser_ownerx
_updated_by_idObjectIDUser_updated_byx
autorunBooleanfalsex
createdAtDate
cronString
last_run_endDate
last_run_resultMixed
last_run_startDate
nameString
pipelineMixed
run_startDate
runningBoolean
updatedAtDate

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": []
}