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 Human Tasks 24.2.5 : Expiration Task Action - state code set incorrectly??

Richard AllenJul 4 2025

Running 24.2.5 on OCI Autonomous (Always Free).

When using a Task Action on a task expiration, the status code doesn't appear to have been set to ‘EXPIRED’ before the task actions run.

My task was in state ‘ASSIGNED’ prior to it being expired. I pass the state code to a pl/sql procedure in an Expiration Task Action, and expect to get ‘EXPIRED’ but actually get ‘ASSIGNED’.

When running task actions from COMPLETED or CANCELLED states, it behaves as expected. My task was expired using the APEX_HUMAN_TASK.HANDLE_TASK_DEADLINES procedure.

Comments
Post Details
Added on Jul 4 2025
5 comments
75 views