A -----is initiated when an application calls a set of Oracle Workflow Engine APIs.
-
Workflow Activity
-
Workflow Notification
-
Workflow Function
-
Workflow Process
D
Correct answer
Explanation
A Workflow Process is initiated when an application calls Oracle Workflow Engine APIs (typically WF_ENGINE.STARTPROCESS or similar). The Process contains the complete workflow definition with all activities, notifications, and transitions. Activities and Functions are components within a process, not the entry point.