Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

Workflow Engine APIs

The Workflow Engine APIs can be called by an application program or a workflow function in the runtime phase to communicate with the engine and to change the status of each of the activities. These APIs are defined in a PL/SQL package called WF_ENGINE.

Many of these Workflow Engine APIs also have corresponding Java methods that you can call from any Java program to integrate with Oracle Workflow. The following list indicates whether the Workflow Engine APIs are available as PL/SQL functions/procedures, as Java methods, or both.

Attention: Java is case-sensitive and all Java method names begin with a lower case letter to follow Java naming conventions.

See Also

Standard API for PL/SQL Procedures Called by a Function Activities


         Previous  Next          Contents  Index  Glossary