🎴 Flashcard Mode

Enterprise Systems: ECM, BI, and Workflow

Card1 / 19
Mastered0
Review0
QuestionClick to flip

What is an 'Activity' in a Worklow Process?

AnswerClick to flip back
A
Automated function defined by a PL/SQL stored procedure
B
External function
💡 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.

Change Mode