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!

Can Oracle APEX Workflow be started through a custom RESTful Data Service

De Encrypt2 hours ago

Can Oracle APEX Workflow be started through a custom RESTful Data Service, allowing an external system to call an API and trigger the workflow?

declare
l_workflow_id NUMBER;
begin
l_workflow_id := apex_workflow.start_workflow (
p_application_id => 1000,
p_static_id => 'TEST_FLOW'
);

htp.p('Workflow Started: ' || l_workflow_id);

end;

555 User Defined Resource Error

Comments
Post Details
Added 2 hours ago
0 comments
11 views