Multiple choice technology

What is an 'Activity' in a Worklow Process?

  1. Process definition

  2. Automated function defined by a PL/SQL stored procedure

  3. External function

  4. None of the above

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

In Oracle Workflow, an Activity is a unit of work within a process. Activities can be various types including PL/SQL stored procedures (automated database functions) or external functions (functions outside the database). Process definition is the overall workflow, not a single activity.