Skip to content

Built-in Tables

A workflow application can automatically prepare a management table for case records, histories, and potential persons in charge.

How to create

The procedure is as follows:

  1. Select the database menu from side menu.
  2. Select table from the "Database" node and right-click to open the context menu.
  3. Select the menu item Table Creation > Built-ins > Workflow.
  4. Confirm that two tables $case and $case_history have been created in the "Table" node.

Specialty

Built-in tables, like regular tables, can be freely customized. You can add foreign key columns to be associated with business data or business data tables.

Tips

$case

This table manages case records.

Column nameData typeMDfspPKNNUQUNAI
case_idINTTRUETRUETRUE
status_idVARCHAR45TRUE
owner_idVARCHAR128TRUE

Tips

$case_history

This table records the history of case records.

Column nameData typeMDfspPKNNUQUNAI
idINTTRUETRUETRUE
case_idINT
before_status_idVARCHAR45
after_status_idVARCHAR45
before_owner_idVARCHAR45
after_owner_idVARCHAR45
update_timeTIMESTAMPTRUE

Tips