Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX Workflow & Tasks (DETAIL_PK)

Sohilkumar BhavsarDec 24 2024 — edited Dec 24 2024

Hi,

We have implemented workflow using parallel task plugin where plugin creates 2 different tasks, we are currently utilizing workflow using APEX DB Objects/API for Workflow and Tasks.

I want to know best practice or what oracle recommends for internal DB tables:

  1. Should we create new entry of Workflow and Task Data in a separate DB tables or we can continue using APEX_WORKFLOWS and APEX_TASKS as master source and store WORKFLOW_ID and TASK_ID where required?
  2. Will data of APEX_WORKFLOWS and APEX_TASKS table gets purged after some period?
  3. For APEX_TASKS we have DETAIL_PK column, is it recommended to use multiple values and store it in JSON?
  4. What are the recommendations for Backup/Restore if we continue to use APEX_WORKFLOWS, APEX_TASKS and many other supported tables such as APEX_WORKFLOW_PARTICIPANTS, APEX_TASK_PARTICIPANTS etc.?

Thanks.

Sohilkumar Bhavsar.

Comments
Post Details
Added on Dec 24 2024
1 comment
379 views