Oracle Workflow Interview questions

workflow related questions
In General you can anticipate questions such as below
1. What are threshold in Workflows?
2. What are the Access Levels to be set for various requirements such as Read Only, Customizable etc..?
3. How are Deferred Activities started again?
4. How to Launch a Workflow?
5. What are the APIs are generally used in Workflows?
6. Is it possible to launch, Start different Processes in Workflow from Java?


what is the diff between Function and notification in a workflow
Notification lists the notification activities associated with the current item type . Notification sends a message to a user or role.
The message may prompt for response or simply provide information.

Function lists the function activities associated with the
current item type. A function activity represents a PL/SQL
stored procedure that the Workflow Engine executes
automatically. A function activity can also have activity
attributes associated with it.

Looup type --> is the static list of values in a workflow

Steps to customize the workflow

No comments:

Post a Comment