Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'on create' action for task definitions doesn't work #68

Open
tpudel82 opened this issue Jul 5, 2024 · 2 comments
Open

'on create' action for task definitions doesn't work #68

tpudel82 opened this issue Jul 5, 2024 · 2 comments

Comments

@tpudel82
Copy link

tpudel82 commented Jul 5, 2024

To be sure that there is a bug on the apex side I tried it on the simplest solution,
I created the pl/sql action and set it on create event for the task definition. The whole code looks like this:

insert into TMP_LOGS
values('123');

The error I'm getting doesn't say me anything:
image

Exception in "do_create_task":
Error Stack: ORA-06510: PL/SQL: nieobsługiwany zdefiniowany przez użytkownika wyjątek
ORA-06512: przy "APEX_240100.WWV_FLOW_APPROVAL", linia 2314
ORA-06512: przy "APEX_240100.WWV_FLOW_APPROVAL", linia 2314
Backtrace: ORA-06512: przy "APEX_240100.WWV_FLOW_APPROVAL", linia 2314
ORA-06512: przy "APEX_240100.WWV_FLOW_APPROVAL", linia 2314

When I change the event in the action definition from create to the task completion, then it works without any problems. After task is approved new record shows in tmp_logs table and the process proceeds.

@visiterman
Copy link

visiterman commented Aug 18, 2024

is there any soultion,had same issue

@tpudel82
Copy link
Author

tpudel82 commented Aug 18, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants