Workflow 2.5 - PowerPoint PPT Presentation

1 / 42
About This Presentation
Title:

Workflow 2.5

Description:

Property of DARC Corporation. 11i New Features. Top-Down ... Property of DARC Corporation. Notification Activities. Used as a way to communicate with a user. ... – PowerPoint PPT presentation

Number of Views:39
Avg rating:3.0/5.0
Slides: 43
Provided by: Darc7
Category:

less

Transcript and Presenter's Notes

Title: Workflow 2.5


1
Workflow 2.5
Susan Thomas
2002 NCOAUG TRAINING
  • DARC Corporation

2
Agenda
  • 11i New Features
  • Diagramming a Process
  • Modifying an Existing Process
  • Notification Activities
  • Function Activities
  • Function Code
  • Process Activities
  • Workflow in Self-Service

3
11i New Features
  • Top-Down Design
  • Quick Start Wizard
  • Launch Processes Web Page for Testing
  • Ability to Set User Preferences
  • Post-Notification Functions
  • Support for External Function Activities

4
11i New Features (cont.)
  • Document Management System Integration
  • Forced Synchronous Processes
  • Advanced Queuing
  • LOV for Performers

5
Workflow Builder
6
Workflow Navigator
  • Uses the Navigator Tree to list all of the
    components of an Item Type
  • Attributes
  • Processes
  • Notifications
  • Functions
  • Messages
  • Lookup Types
  • Displays the Standard Item Type.
  • Displays the Directory Service.

7
Workflow Navigator
8
Top-Down Design
  • Quick Start Wizard assists you in creating the
    item type and process diagram.
  • Use components to complete the diagram without
    fully defining the activities.
  • Complete transitions to show the flow of the
    process.
  • Allows you the ability to get a sign-off on the
    design before completing any activities.

9
Creating a Process
  • Use the Quick Start Wizard
  • Includes the Standard item type
  • Start node and End node
  • Add additional nodes to the diagram.
  • Customize a process node.
  • Use transitions to complete the diagram.
  • Use different labels/display modes in the
    Designer.

10
Notification Activities
  • Used as a way to communicate with a user.
  • May require a response from the performer.
  • Defining a Notification Activity
  • Function Name is a new feature of 2.5 allowing
    you to to define a post-notification function.
  • Attach a message.
  • Expand Roles check box is checked for FYI
    notifications.
  • Set the performer.

11
Defining a Notification
12
Timeouts
  • Set the timeout for a notification if you require
    a response in a specified amount of time.
  • Set the notification to timeout from the time the
    activity begins.
  • Days
  • Hours
  • Minutes
  • Send the same notification, a new notification,
    or complete a function.
  • Need to run a background engine to pick up
    activities that have timed out.

13
Node Tab
14
Attributes
  • Used as parameters in the PL/SQL code.
  • Need to be sure to type them exactly as they are
    in the code.
  • Can be many different types
  • Text
  • Number
  • Date
  • Lookup
  • Attribute
  • Role
  • URL
  • Form

15
Attributes
16
Messages
  • Adding a message to a Workflow process
  • Use an informative Subject line.
  • Use attributes in the Subject line as well as in
    the message.
  • Create a message for email AND/or HTML mail.
  • Need to assign a result type in order to provide
    buttons for a user.
  • Can contain a comments section by choosing a
    respond attribute.

17
Defining a Message
18
Defining the Message Body
19
Result Tab
20
Assign a Message to a Notification
21
Details Tab
22
Loops
  • Ignore activity will be run once.
  • Reset activity will run the cancel logic before
    running through the activities in the loop again.
  • Loop does not run the cancel logic.
    Therefore, results in faster performance.

23
Function Activities
  • Adding a function activity
  • Enter the function name be careful of
    validation.
  • Choose a result type to define the branches of
    the activity.
  • Specify a relative cost or how long the procedure
    will take to run.

24
Defining a Function Activity
25
How to Incorporate Custom Code
  • When-Button-Pressed trigger.
  • Calls the Workflow process.
  • Information is passed from the form fields into
    attributes in the Workflow code.

26
Writing the Code
  • Procedure lt procedure namegt (
  • Itemtype in varchar2,
  • Itemkey in varchar2,
  • Actid in number,
  • Funcmode in varchar2
  • Resultout out varchar2) is
  • ltlocal declarationsgt

27
Writing the Code (cont.)
  • Begin
  • If (funcmode RUN) then
  • ltthe statements for the RUN processgt
  • Resultout COMPLETE ltresultgt
  • Return
  • Endif
  • If (funcmode CANCEL) then
  • ltthe statements for the CANCEL processgt
  • Resultout COMPLETE ltresultgt
  • Return
  • Endif

28
Process Activities
  • Defining a process activity
  • Choose a result type if the process is returning
    a result.
  • Set the End nodes once a result type is chosen.
  • Check the Runnable check box if the process is a
    top level process or the main process.

29
Defining a Process Activity
30
Modifying an Existing Process
  • Delete an existing transition.
  • Add a function or a notification to the process
    diagram.
  • Reconnect the activities.
  • Customize the nodes.

31
Launch Process Page
32
Notification Worklist
33
Notification Details
34
Find Processes
35
Process List
36
Open a Process
37
View Diagram
38
View Subprocess Diagram Page
39
User Preferences
40
Locating Workflow ProcessesSetup / Purchasing /
Document Types
41
General Ledger Account Generator
42
Conclusion
  • New features
  • Diagramming a process
  • Modifying an existing process
  • Diagramming activities
  • Launch process page
  • Notification worklist
  • View diagram
  • User preferences
Write a Comment
User Comments (0)
About PowerShow.com