Overview The Oracle E-Business Suite Logging Framework provides the ability to store and retrieve log messages for debugging, error reporting, and alerting...
Overview The Oracle E-Business Suite Logging Framework provides the ability to store and retrieve log messages for debugging, error reporting, and alerting purposes. This blog explains about collecting E-Business Suite Logs in workflow. Logging Configuration Parameters Set the below logging configuration parameters to collect logs in workflow. Set the logging configuration parameters Navigate to the Profiles page as below Functional Administrator -> Core Services -> Profiles...
Overview The Oracle E-Business Suite Logging Framework provides the ability to store and retrieve log messages for debugging, error reporting, and alerting purposes. This blog explains...
Overview Previous blog post Interaction Between Workflow Engine and Business Event System - Part 1 described declarative methods using Workflow Standard...
Overview Previous blog post Interaction Between Workflow Engine and Business Event System - Part 1 described declarative methods using Workflow Standard activities for interaction between Workflow Engine and Business Event System. These are the simplest methods but they are not the only methods. Interaction between the Workflow Engine and Business Event System is also possible using API calls within function activity or subscription rule function implementations. Workflow...
Overview Previous blog post Interaction Between Workflow Engine and Business Event System - Part 1 described declarative methods using Workflow Standard activities for interaction between...
Introduction Partitioning Workflow tables can improve the performance of Workflow Engine run-time processing. Partitioning a table creates the subset of table...
Introduction Partitioning Workflow tables can improve the performance of Workflow Engine run-time processing. Partitioning a table creates the subset of table based on the specified column value. Workflow tables are partitioned based on ITEM_TYPE. The wfpart.sql script can be used to migrate the non-partitioned workflow tables into partitioned tables. When there is large volume of data, this will increase the performance as it will have to read through a particular set of...
Introduction Partitioning Workflow tables can improve the performance of Workflow Engine run-time processing. Partitioning a table creates the subset of table based on the specified column value....
Overview The blog post Workflow Engine vs Business Event System provided a comparison between the two major workflow execution engines. This blog post will...
Overview The blog post Workflow Engine vs Business Event System provided a comparison between the two major workflow execution engines. This blog post will demonstrate methods where one execution engine may utilize the other. Using the standard EVENT activity, it is possible to raise, send, and receive an event in a workflow process. Workflow Engine Dealing With Events The option to raise or send an event would be set in the Event Action field under the Event properties tab....
Overview The blog post Workflow Engine vs Business Event System provided a comparison between the two major workflow execution engines. This blog post will demonstrate methods where one execution...
Overview It is generally not a good business practice to have the owner or initiator of a WF transaction to be able to approve it. There are may common sense...
Overview It is generally not a good business practice to have the owner or initiator of a WF transaction to be able to approve it. There are may common sense examples, including the case when a user submits an expense report for business expenses and then that user is able to approve it. Such cases may not go well with the audit team. Hence, workflow implemented a fix that prevents the approver from reassigning the approval notification to the owner of the transaction or...
Overview It is generally not a good business practice to have the owner or initiator of a WF transaction to be able to approve it. There are may common sense examples, including the case when a user...
What is parameter INBOUND_UNSOLICITED_THRESHOLD? There may be some misconceptions and misinterpretations wrt. the Workflow mailer parameter...
What is parameter INBOUND_UNSOLICITED_THRESHOLD? There may be some misconceptions and misinterpretations wrt. the Workflow mailer parameter INBOUND_UNSOLICITED_THRESHOLD. First, note that the WF documentation such as the WF Administrator's Guide or WF Developer's Guide makes no mention of such threshold because it is not configurable from the front end. Second, the examples in the documentation are not meant to be read literally! For instance, in the WF Administrator's...
What is parameter INBOUND_UNSOLICITED_THRESHOLD? There may be some misconceptions and misinterpretations wrt. the Workflow mailer parameter INBOUND_UNSOLICITED_THRESHOLD. First, note that the...
Introduction There are various ways of sending workflow notifications using Workflow Activities like Notification Activity with 'Expand Roles' flag checked,...
Introduction There are various ways of sending workflow notifications using Workflow Activities like Notification Activity with 'Expand Roles' flag checked, Notification Activity without 'Expand Roles' flag checked, APIs like WF_NOTIFICATION.Send, WF_NOTIFICATION.SendGroup, and using Business Event System Subscription Action Type 'Send Notification'. Using Workflow Activities A notification can be sent by running a workflow process having the notification activity. The...
Introduction There are various ways of sending workflow notifications using Workflow Activities like Notification Activity with 'Expand Roles' flag checked, Notification Activity without 'Expand...
Overview When the user responds to a notification from self-service worklist, the control will be returned back to theresponder only after processing the...
Overview When the user responds to a notification from self-service worklist, the control will be returned back to theresponder only after processing the subsequent function activities and othersynchronous activities until the next blocking activity. If there is any costly activity defined after the notification activity user can experience performance problems. There is a feature available from E-Business Suite Release 12.2 onwards to defer the response processing to a later...
Overview When the user responds to a notification from self-service worklist, the control will be returned back to theresponder only after processing the subsequent function activities...
Oracle Workflow has two major execution engines. Workflow Engine Workflow Business Event System Here is a simple comparison of what they process and their...
Oracle Workflow has two major execution engines. Workflow Engine Workflow Business Event System Here is a simple comparison of what they process and their associated background components. Workflow Engine Workflow Business Event System Executes workflow processes created using Windows based Workflow Builder client Executes subscriptions to business events registered using Event Manager in Workflow Administrator Web Applications Responsibility Entry point foreground APIs are...
Oracle Workflow has two major execution engines. Workflow Engine Workflow Business Event System Here is a simple comparison of what they process and their associated background components....