Multiple choice technology

A -----is initiated when an application calls a set of Oracle Workflow Engine APIs.

  1. Workflow Activity

  2. Workflow Notification

  3. Workflow Function

  4. Workflow Process

Reveal answer Fill a bubble to check yourself
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.