View source | Discuss this page | Page history | Printable version   

ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling/obsched triggers

This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
Back button.png   Back to ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling


Contents

obsched_triggers

This table contains the following columns:

Name Nullable Data Type Description


Calendar_Name Yes VARCHAR (200) Calendar name identifier.
Description Yes VARCHAR (250) A description is limited to 255 characters.
END_Time Yes DECIMAL (13,0) The time the process execution finished.
JOB_Data Yes BLOB Serialized job data for process execution.
JOB_Group No VARCHAR (200) Quartz job group identifier.
JOB_Name No VARCHAR (200) Quartz job name identifier.
Misfire_Instr Yes DECIMAL (2,0) Misfire instruction policy. By default smart policy is used and quartz takes care of choosing the correct policy.
Next_Fire_Time Yes DECIMAL (13,0) The next time a process will execute.
Obsched_Triggers_ID No VARCHAR (32)
Prev_Fire_Time Yes DECIMAL (13,0) Last time the trigger has been fired.
Priority Yes DECIMAL (13,0) The Priority indicates the importance of this request.
Sched_Name No VARCHAR (120) Quartz scheduler name. In non-clustered environment it's "NON-CLUSTERED".

In a clustered environment it usually matches the machine.name of the cluster instance.

Start_Time No DECIMAL (13,0) The time at which an item is due to, or did, start.
Trigger_Group No VARCHAR (200) Quartz trigger group identifier.
Trigger_Name No VARCHAR (200) Quartz trigger name identifier.
Trigger_State No VARCHAR (16) State of a quartz trigger.
Trigger_Type No VARCHAR (8) Type of trigger. Possible values: Blob, Calendar, Simprop, Simple, Cron

Columns

Calendar_Name



top


Description



top


End Time



top


JOB_Data



top


JOB_Group



top


JOB_Name



top


Misfire_Instr



top


Next Execution



top


Obsched_Triggers_ID



top


Prev_Fire_Time



top


Priority



top


Sched_Name



top


Start Time



top


Trigger_Group


top


Trigger_Name


top


Trigger_State



top


Trigger_Type



top


Other Info

Indices

These are the indices for this table (for each index there is a list of all the columns included within it):

top


Back button.png   Back to org.openbravo.model.scheduling

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.model.scheduling/obsched_triggers"

This page has been accessed 475 times. This page was last modified on 14 September 2020, at 01:58. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.