1 / 63

Oracle Workflow

Oracle Workflow. Agenda. Overview Workflow Builder Workflow Components Create Workflow Process Item Type - “Standard” Workflow Architecture Workflow Directory Services Workflow Monitor Workflow Item attributes Business Event System Workflow development Approaches

lexi
Télécharger la présentation

Oracle Workflow

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Oracle Workflow

  2. Agenda • Overview • Workflow Builder • Workflow Components • Create Workflow Process • Item Type - “Standard” • Workflow Architecture • Workflow Directory Services • Workflow Monitor • Workflow Item attributes • Business Event System • Workflow development Approaches • Workflow Technical Architecture

  3. Objectives • Know what is Oracle workflow • Know how business processes are modelled with workflow builder • Know how workflow processes can be monitored • Know architecture of Oracle workflow

  4. Overview • Oracle Workflow is a Business Process Management tool. • It is used for modeling, automating & monitoring Business processes, during which documents, information or tasks are passed from one participant to another for action, according to a set of procedural rules. Here is a sample workflow process diagram..

  5. Overview (Contd.). Oracle Workflow accomplishes these important business requirements: • Models Business Process with Rules : • Oracle Workflow lets you model sophisticated business processes with loop, branch, parallel flows and then decompose into subflows. • Oracle Workflow can decide which path to take based on the result of a stored PL/SQL procedure. • Routes Information for necessary Action : • Routes information through Oracle Apps for action or notification. • The attachments include self-service Web page and Application forms. • Delivers Electronic Notifications : • Delivers electronic notifications to any Oracle Applications user. • Delivers electronic notifications to any e-mail or Internet user. • Integrating Systems • Oracle Workflow lets you set up subscriptions to business events which can launch workflows. • You can communicate events among systems within your own enterprise and with external systems as well to achieve complex system integration scenarios.

  6. Workflow Builder Oracle Workflow Builder is a graphical tool that lets you create, view, or modify a business process with simple drag and drop operations.

  7. Workflow Components • Data Store: A database connection or flat file that holds a workflow process definition. • Item Type: A specific business document or transaction eg. Purchase order can be an item type. All the workflow components mentioned below are grouped together as an Item type. • Item Type Attribute: A feature of the item type which stores information that can be globally referenced by any activity in a process. Also referred to as an item attribute. • Process Activity: A series of actions that need to be performed to accomplish a business goal. A process is represented by a workflow diagram. A process can include function activities, notification activities, event activities, and other subprocesses. • Event Activity: A business event modeled as an activity so that it can be included in a workflow process. • Notification Activity: A unit of work that requires human intervention. A notification activity sends a message to a performer. • Function Activity: An automated unit of work, usually defined as a PL/SQL stored procedure. A function activity can also run an external function. In the standalone version of Oracle Workflow, a function activity can also run a Java program on the middle tier. • Message: The information sent by a notification activity. The message may request the performer to do some work or may simply provide information.

  8. Workflow Components (Contd.). • Lookup Type: A list of values that can be referenced by any activity in a workflow process. The values in the list are called lookup codes. • Transition: The relationship that defines the completion of one activity and the activation of another activity within a process. In a process diagram, a transition is represented as an arrow between two activities. • Item: A specific business document or transaction. For example, purchase order can be an item type while a purchase order identified by a particular ID number is an item of that item type. • Process Instance: A unique item being managed by a process.

  9. Workflow Components (Contd.). } F T Process: Result B Result A N Y Result Type = Lookup Type Function: } PL/SQL codereturns Result ‘Send’Attributes Notification: FYI } Message Result Y Result T ResponseRequired ‘Send’ and‘Respond’Attributes RESULT Result F Result N Resp 1 Resp 2 … } Event: Receive Raise (No Result) Event Message Send

  10. Create Workflow Process Version 1.0

  11. Create Item Type • Open or create a data store in Navigator window. Right click and create an item type. • Assign an eight character internal name in upper case without colons or spaces. • Specify a persistence type of temporary or permanent. If temporary, then provide the no. of days after which its audit trail will be purged, once the workflow item instance is completed. • If any workflow item type has more than one runnable processes, the selector function identifies the specific process the workflow Engine should execute when a workflow is initiated for this item type. • Select the Access tab page to set the access and customization levels for this item type.

  12. Create Item Attribute • Create an item attribute , assign it an internal name which must be uppercase, maximum 8 characters. this is not updatable and should not have colons or spaces. • It acts as a global variable that can be referenced or updated by any activity within a process.

  13. Create Lookup Type • A lookup type is a static list of values. These lists can be referenced as Result type by function and notification activities. A message attribute can reference a lookup type as a means of providing a list of possible responses to the performer of a notification. • We can create an “Approval” lookup type, which will have 2 lookup codes viz: Approved & Rejected.

  14. Create Lookup Code • Lookup codes represent the actual values in a lookup type. The lookup codes for a lookup type are defined in the navigator tree beneath the lookup type. • Right click on the lookup type and choose New lookup code to create a “APPROVED” lookup code.

  15. Create Message • A message is what a notification activity sends to a role in a workflow process. A message can prompt a user for a reply or an action to take that determines what the next activity in the process should be. • The recipient of a workflow message is called the performer, which is defined in Notification node. • The subject can include message attributes that get token replaced with runtime values. • To include a message attribute, use an ampersand (&) followed by the message attribute’s internal name. • You can enter plain text or html formatted message in the body.

  16. Create Message Result and Attributes • Specify a display name and description for Message Result. • Select a lookup type from the poplist field. The lookup type you select should be identical to the lookup type specified for the notification activity’s result type. • Enter message attribute internal name. • Specify ’Send’ or ’Respond’ in the Source field to indicate whether this attribute should send information or prompt a recipient for a response. • The Display Name appears as the response prompt, If this is a ’Respond’ message attribute.

  17. Create Notification Activity • The message sent by a notification activity can simply convey information or it can require a response. • If the message requires a response, then create “Send” message attributes that provide enough information for the recipient to respond, and also create “Respond” message attributes that prompt a response. • If you plan to assign this notification to a role consisting of multiple users and you want to send an individual copy of this notification to each user in the role, then check Expand Roles. If you uncheck Expand Roles, then only one copy of the notification is delivered to the role as a whole. • If you provide a PL/SQL procedure as Function, then it lets you add processing logic to the notification activity and also known as a post-notification function.

  18. Create Function Activity • The PL/SQL procedure for a function activity can return some result that determines the next transition the Workflow Engine takes. • That result should be defined as a code in a lookup type.

  19. Create Event Activity • An event activity can either receive, raise, or send a business event from the Business Event System. An event activity does not have a result, but you can branch on the contents of an event message using comparison activities provided in the Standard item type.

  20. Create Process Activity • You can drag and drop activities from the navigator tree into the process window or create activities directly in the process window by right-click and choosing the option. • You define transitions between activities by drawing arrows from one node to the next by clicking the right mouse button and drawing it to the next activity while keeping it pressed. • Notification, function, event, and process activities make up the nodes of a process.

  21. Workflow Technical Architecture Version 1.0

  22. Master Table List • WF_PROCESS_ACTIVITIES • WF_ACTIVITIES • WF_ACTIVITY_ATTRIBUTES • WF_ITEM_TYPES • WF_ITEM_ATTRIBUTES • WF_MESSAGES • WF_MESSAGE_ATTRIBUTES • WF_ROUTING_RULES • WF_ROUTING_RULE_ATTRIBUTES

  23. Transaction Table List • WF_ACTIVITY_ATTR_VALUES • WF_ACTIVITY_TRANSITIONS • WF_ITEM_ACTIVITY_STATUSES • WF_ITEM_ACTIVITY_STATUSES_H • WF_ITEMS • WF_ITEM_ATTRIBUTE_VALUES • WF_NOTIFICATION_ATTRIBUTES

  24. Views used in Workflow • Workflow uses views for effective querying of data. These views are de-normalized so as to provide a faster access to data over networks. • Some of the important views are: • WF_ITEMS_V • WF_ITEM_ACTIVITY_STATUSES_V • WF_NOTIFICATIONS_VIEWS • WF_ROLES • WF_USERS • WF_USER_ROLES

  25. API’s used in Workflow • Various PL/SQL APIs exist for the working of Oracle Workflow. • WF_ENGINE • WF_CORE • WF_PURGE • WF_MONITOR • WF_QUEUE • WF_NOTIFICATIONS These APIs can be used to create WF processes, send notifications, purge etc. These can essentially be used by the developer while developing any WF components (either customizing or creating new WF item types).

  26. Workflow Transitions

  27. Workflow Transitions • Activity-Each activity is a node, a logical step that contributes toward the completion of a process. • Transitions-Transitions appear as arrows in your diagram and represent the completion of one activity and the activation of another. Different Types of Transitions:- • Self-looping Transitions • <Default> Transitions • <Any> Transitions

  28. Self-looping Transitions Activity loopsback to itselfon Timeout

  29. <Default> Transitions • The Workflow Engine follows a <Default> transition if no other transition matching the completion result exists.

  30. <Any> Transitions • The Workflow Engine follows an <Any> transition regardless of what completion result the activity returns. This allows you to include a generic activity in the process that the Workflow Engine executes in parallel with the result–specific activity.

  31. Workflow Item Type - Standard Version 1.0

  32. Item Type - Standard • The seeded item type “Standard” includes function and notification activities provided by Oracle Workflow that can be included in your process diagrams. These activities include: • And/Or : In a process diagram where multiple branches transition to a single node, use this logic can be to progress further. • Compare Date/Number/Text : Use this to compare an item attribute with a constant value or another attribute. • Wait : You can wait until a time period after this activity is encountered or until a specific date or until a day of the week/month. • Block : The Block activity lets you pause a process until some external program or manual step completes and makes a call to the CompleteActivity Workflow Engine API. • Launch Process : This lets you launch another workflow process from the current process. • Noop : Use this activity in the workflow process, where you want to place a node without performing an action.

  33. Item Type – Standard (Contd.). • Loop Counter : Use this to limit the no. of times workflow engine transitions through a particular path. • Start/End : These activities mark the start or end of a process and does not perform any action. • Vote Yes/No :This activity lets you send a notification to a group of users in a role and tally the Yes/No responses from those users. The results of the tally determine the activity that the process transitions to next. • Continue Flow/Wait for Flow : One activity lets you pause a process and the other signals the halted process to continue. To use these activities, you place one activity in the master process and the other in each detail process. • Assign : Lets you assign a value to an item attribute.

  34. Workflow Directory Services

  35. Directory Services The directory service for Oracle Workflow is implemented as a set of views that are mapped across the user tables of the underlying application. • Create Roles: Adhoc roles can be created using User Management Responsibility or through PL/SQL in database. If you use PL/SQL to create roles make sure you give all user names and role names in UPPER case to avoid some problems • · Script to Create a Adhoc Role • · Script to Add user to existing Adhoc Role • · Script to Remove user from existing Adhoc Role • · Using Adhoc roles in workflow notifications • · Adhoc Roles Tables

  36. Script to Create a Adhoc Role DECLARE lv_role varchar2(100) := 'DEMO_ROLE'; lv_role_desc varchar2(100) := 'DEMO_ROLE'; BEGIN wf_directory.CreateAdHocRole(lv_role, lv_role_desc, NULL, NULL, 'Role Demo for erpschool users', 'MAILHTML', 'NAME1 NAME2', --USER NAME SHOULD BE IN CAPS NULL, NULL, 'ACTIVE', NULL); dbms_output.put_line('Created Role' ||' '||lv_role); End; /

  37. Script to Add user to already existing Adhoc Role DECLARE v_role_name varchar2(100); v_user_name varchar2(100); BEGIN v_role_name := 'DEMO_ROLE'; v_user_name := 'NAME3'; WF_DIRECTORY.AddUsersToAdHocRole(v_role_name, v_user_name); --USER NAMES SHOULD BE in CAPS END;

  38. Script to Remove user from existing Adhoc Role DECLARE v_role_name varchar2(100); v_user_name varchar2(100); BEGIN v_role_name := 'ERPSCHOOLS_DEMO_ROLE'; v_user_name := 'NAME3'; WF_DIRECTORY.RemoveUsersFromAdHocRole(v_role_name, v_user_name); --USER NAMES in CAPS END;

  39. Using Adhoc roles in workflow notifications Navigation: File > Load Roles from Database Select roles you want to use and then click OK. Open the notification properties and then navigate to node tab, select performer as the role you just created and loaded from database. WF_USERS: Contains information on user names, display names, notification preferences and e-mail addresses WF_ROLES: Contains information on the roles of which users can be members WF_USER_ROLES: Contains information on the association of users with roles WF_LOCAL_ROLES WF_USER_ROLE_ASSIGNMENTS

  40. Oracle Workflow Monitor

  41. Oracle Workflow Monitor • Workflow administrators and users can view the progress of a work item in a workflow • process by connecting to the Workflow Monitor using a standard Web browse. • The Self-Service Monitor in Oracle Applications lets you view and administer • workflows that you own. You can use the monitor to review the notifications sent by • a workflow, check the progress of the workflow by viewing the status diagram, and • examine participant responses to notifications sent by the workflow.

  42. Oracle Workflow Monitor • The Workflow Monitor displays an annotated view of the process diagram for a particular instance of a workflow process • Users can get a graphical depiction of their work item status. • The Workflow Monitor also displays a separate status summary for the work item, the process, and each activity in the process.

  43. Oracle Workflow Architecture

  44. Workflow Architecture WorkflowXMLLoader AdvancedQueuing DirectoryServices WebNotificationWorklist Users Roles WorkflowBuilder OracleHTTPServer WebMonitor BusinessEventSystem WorkflowEngine WorkflowDefinitionsLoader WebAnalysisTools NotificationSystem NotificationMailer WorkflowDefinitionFiles MailApplications Oracle WorkflowEnabled Application End-User Client ApplicationServer Oracle Server WorkflowDevelopmentClient

  45. Workflow Architecture (Contd.). • Oracle Workflow Architecture • Workflow Development Client • The development client is a PC running on Windows. This platform is used to create and modify Oracle Workflow process definitions using Workflow Builder. • Workflow Definitions Loader lets you transfer process definitions between a database and a flat file. This allows to source-control the processes as flat file. • Workflow XML Loader lets you transfer XML definitions for Business Event System objects between a database and a flat file. • Oracle Server • The Oracle Server platform is the Oracle RDBMS. This platform hosts the business applications such as the Workflow Engine, Business Event System, Notification System, and directory services. • Application Server • The application server is the environment outside of the RDBMS. This environment includes ancillary services such as the Oracle9i Application Server (Oracle9iAS) as the web server, and the Notification Mailer. • End-User Client • The end-user client is the PC that an end user uses to perform daily tasks. This client includes browser support for reviewing and responding to notifications in the Notification Worklist, the Oracle Workflow Monitor and e-mail applications.

  46. Workflow Item Attributes

  47. Attribute Data Types You can assign the following data types to attributes: • Text • Number • Date • Lookup • Role • Attribute • URL • Form • Document • Event

  48. URL Attributes • URL Attributes : When you create an item attribute of type URL, specify a frame target for the attribute. • If you reference this item attribute as the default value of a message attribute in a message, the URL frame opens according to what you specified as the frame target. • The value of a URL attribute can be a text string or can be token substituted. • A URL value is specified in the format: http://<location>

  49. URL Attributes • The Notification Details web page supports message attributes of type URL. These attributes appear in a notification message body as a hypertext link or below the message as an attachment icon. When you open your notification, you can click the link or attachment icon to display the URL according to the frame target specified for the attribute. Click the attachment icon to launch an attached URLin the Web browser

  50. Form Attributes • Form Attribute Values : The value for an attribute of type form must be the internal function name of an Oracle E-Business Suite form function, together with any optional form parameters. • The default value for the form attribute must be entered using the following format: • function_name:parameter1=value1 parameter2=value2 ...parameterN=valueN • The value of a form parameter can be a text string enclosed in quotes (“ “) or can be token substituted with another predefined item type attribute in either of the following ways: • parameterN = “&item_type_attribute” • parameterN = “Value &item_type_attribute”, where &item_type_attribute represents the rest of the value

More Related