You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
I have found a workaround. in the action definition there is a radio
button “stop execution on error” or something similar - I’m writing from
memory. There is a bug connected with it, which stops execution even when
there is no error. So you should turn this off. Then everything works as it
suppose to.
Tomasz Pudelewicz
e-mail: ***@***.***
W dniu niedz., 18.08.2024 o 20:53 visiterman ***@***.***>
napisał(a):
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:
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.
The text was updated successfully, but these errors were encountered: