LouisMoreaux / apex-bg-prcs-progress

Background Process Progress
MIT License
3 stars 0 forks source link

Execution Id Attribute information. #1

Open AbdulMueed209 opened 1 week ago

AbdulMueed209 commented 1 week ago

Hello, I want a little bit information about this plugin's attribute which in "Execution Id". From where I can get this execution id. I have a button which runs database procedure and I want to show progress of that database procedure on client side. Thanks in advance.

LouisMoreaux commented 1 week ago

Hello @AbdulMueed209,

The "Execution Id" is the Oracle APEX background process execution id. This is a built-in feature in APEX that allows you to run processes in the background rather than in the foreground. This is a feature that you can use from APEX 23.1, you can read more about it here, here and here.