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!

Workflow Parameters - Suddenly Don't Appear

Jay CamposJul 10 2026

Hello everyone,

I am reaching out as I wanted to ask how this could be resolved or if this is an existing bug. I noticed very rarely and all of a sudden sometimes the parameters for tasks, within APEX workflows, seem to suddenly disappear for some reason (i.e. looks as if the task has no parameters).

For example, in image 1 (Nexus Task) it looks as if I have no parameters even though I did explicitly define in task definitions.

I noticed when I did the following I was able to see the parameters again for the Nexus task:

  1. Click on Nexus Task
  2. Change it to Job Posting Task Def (or any other)
  3. Change it back to Nexus Task Def
  4. Result: I could see parameters again

Image #1: Looks as if Nexus Review has no parameters (even though it does in task def)

Image #2: Click to another task, and change back to Nexus. I could now see the parameters.

I am using these to dynamically pass names to the My Tasks pg/emails. Furthermore, I have the task approval pg that contains a form (so they could see all contents and approve in one pg). I utilize before header that refers to these parameters: SELECT param_value FROM apex_task_parameters WHERE PARAM_STATIC_ID = 'REQUEST_ID' AND task_id = :P4_TASK_ID.

The issue of course is if those parameters disappear, the form is/goes blank.

Would much appreciate any guidance.

Best,

Jay

Comments
Post Details
Added on Jul 10 2026
13 comments
249 views