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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

DOES NOT SET TASKID IN ACTIVITY VARIABLE

omidsmJan 22 2025 — edited Jan 22 2025

I need to get and save task id of each activity.

for example, i create a simple workflow

and activity variable is

now i start this workflow and then

  • the view “APEX_WORKFLOW_ACTIVITY_VARS” does not show variables of activities(always is empty)

  • the view "APEX_WORKFLOW_VARIABLES" for activities variable “ACT_TASKID” does not set and always is null

i attached a simple app to show this problem (APEX 24.1.7)

f2200.sql

Comments
Post Details
Added on Jan 22 2025
5 comments
111 views