INACTIVITY_ACTION

Description

This table stores information about the inactivity actions.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the inactivity action.
TRANSITION_STAGE_INDEX int The index of the transition stage.
SIDE_EFFECT_ACTION_BASE_ID bigint The ID of the side effect action base.
CONDITION longtext The condition of the inactivity action.
TIMEOUT_IN_SECONDS bigint The timeout in seconds.

Foreign Key Relationships

  • SIDE_EFFECT_ACTION_BASE_ID references SIDE_EFFECT (ID)

Constraints

  • PRIMARY KEY (ID)
  • KEY (SIDE_EFFECT_ACTION_BASE_ID)