You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Table

cm_co_jobs

Description

Per-CO Job Records

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


co_id

integer, foreign key

CO Record ID

cm_cos:id


job_type

varchar(32)

Job Type

  • Plugin Name
  • EX: Expiration
  • OS: Org Identity Sync

Plugin name added as of Registry v3.3.0. Enum style values deprecated, will be removed in v4.0.0

job_type_fkintegerForeign key value associated with Job Type

eg: cm_org_identity_sources:id

Deprecated, will be removed in Registry v4.0.0

job_modevarchar(16)Job Type-specific mode

job_paramstext(4000)JSON encoded list of parameters to pass to the Job plugin
Added in Registry v3.3.0

status

varchar(2)

Job Status

  • GO: InProgress
  • OK: Complete
  • Q: Queued
  • X: Failed


register_summaryvarchar(256)Summary description for status at time of job registration

start_summaryvarchar(256)Summary description for status at time of job start

finish_summaryvarchar(256)Summary description for status at time of job completion

queue_timetimestampTime Job was queued

start_timetimestampTime Job was started

complete_timetimestampTime Job was completed

  • No labels