Oracle Workflow

Hello,
We are planning to build workflow capability to our product. This product is written in C++ and uses Oracle 8i enterprise edition as database. One of the option is to use oracles existing workflow engine as the base and build over that. I had the following queries on the oracle workflow.
1. Is oracle workflow a part of Oracle 8i enterprise edition. If so is there any additional license to be obtained to use this product?
2. What are the components of Oracle workflow engine? What additional products of Oracle has to be purchased for full functioning of Oracle workflow?
3. Any information on functioning of workflow engine. ie. What happens after a Workflow process definition has been imported and this process is initiated.
4. Is oracle workflow complaint to Wfmc standards.
5. How powerfull is Oracle workflow when it comes to integration with external systems.
It would be great if any body could help me any of the above questions in part or full or even send some other comments that they feel would be usefull.
Thanks and regards
Rajesh
null

I can answer some of your queries, as i have worked on Oracle Workflow in globally deployed applications in the financial services industry.
1. oracle workflow is part of 8i enterprice edition
2. workflow consists of the workflow server (set of plsql procedures) and workflow builder (tool used to build your workflow's). Though if you want to include other than HTML documents(say Word, Excel...) as attachments to your notifications you can consider iFS. You can also consider using 9iAS if you want to do a bespoke customization using the Java API.
3. The scope of this question is huge. I would suggest you take a look at the Workflow Guide. Referring to the specific query raised by you, once the process is initiated the workflow engine will push it through the various activities in your workflow with the objective of running the current instance to completion.
4. I remember reading that Oracle Workflow is WfMC, though I am not able to locate the link.
5. The projects I have worked on.. Oracle Workflow intefaces with Sybase, Informix, DB2, IBM MQ Series, TIBCO Rendezvous, Weblogic JMS... Oracle Workflow provides external java function which can be used to interact with external applications. Oracle 8i database also supports JMS 1.2 standards based API. You can also use that to interact with queueing systems.
Hope you find it useful.
Thanks
Satish Paul
Hello,
We are planning to build workflow capability to our product. This product is written in C++ and uses Oracle 8i enterprise edition as database. One of the option is to use oracles existing workflow engine as the base and build over that. I had the following queries on the oracle workflow.
1. Is oracle workflow a part of Oracle 8i enterprise edition. If so is there any additional license to be obtained to use this product?
2. What are the components of Oracle workflow engine? What additional products of Oracle has to be purchased for full functioning of Oracle workflow?
3. Any information on functioning of workflow engine. ie. What happens after a Workflow process definition has been imported and this process is initiated.
4. Is oracle workflow complaint to Wfmc standards.
5. How powerfull is Oracle workflow when it comes to integration with external systems.
It would be great if any body could help me any of the above questions in part or full or even send some other comments that they feel would be usefull.
Thanks and regards
Rajesh
null

Similar Messages

  • Oracle Workflow 2.6 with Oracle 8.1.7 for linux

    Is Oracle Workflow Server 2.6 available for Linux as a
    standalone product against an Oracle 8.1.7 database?
    Oracle Workflow does not seem to be included in the Integration
    Server option with the 8.1.7 installation.
    I've only found the Oracle Workflow Server included with the 9i
    database. Will this work with 8.1.7 as well or does it require
    9i db?
    Thanks in advance for your help,
    Josi Antonio

    Is Oracle Workflow Server 2.6 available for Linux as a
    standalone product against an Oracle 8.1.7 database?
    Oracle Workflow does not seem to be included in the Integration
    Server option with the 8.1.7 installation.
    I've only found the Oracle Workflow Server included with the 9i
    database. Will this work with 8.1.7 as well or does it require
    9i db?
    Thanks in advance for your help,
    Josi Antonio

  • Issue in notification API for oracle workflow

    Hi,
    I am facing issue in sending oracle workflow notification. i have created a simple workflow with a process.
    I wrote one package which is creating adhoc role and sending the notification through api I(wf_notification.send).
    I am able to get the notification as well as email notification but without attribute values. My workflow attributes are getting replaced by null, but message body is appearing.
    Please help me, its urgent.
    Thanks
    Rajni

    I doubt that Oracle 7 DB is not supported. You may consider raising a SR with support.
    Regards,
    Anuj

  • Oracle Workflow 2.6.4 Migration

    Hi,
    One of our customer wants to migrate Oracle Workflow 2.6.4 from http server to WLS server and they are following the this blog :
    https://blogs.oracle.com/warehousebuilder/entry/owb_11gr2_tip_downloading_and_installing_workflow_monitor_264
    Now they have following questions ?
    - Is this new setup ( WLS+Oracle Workflow 2.6.4 ) is supported by  oracle officially ? If not then what is other option ?
    - Where can we find the software - Oracle Database 10gR2 Companion CD(10.2.0.1) ? it is not available on OTN. Can we get the MOS link for it ?
    Best Regards,
    Anurag

    For your second question, pl see MOS Doc 1476075.1

  • Custom Workflow using Oracle Workflow in ContentDB

    Hi,
    Could we use custom workflow which is made using Oracle Workflow instead of BPEL.
    Regards,
    Yulisar

    Having registered custom workflows for Content DB via Enterprise Manager, potentially you can use any tool capable of dequeuing/enqueing messages from the IFS_BPEL_OUT/IFS_BPEL_IN advanced queues as part of a custom workflow process.
    By default, we assume you are using Oracle BPEL PM with its Advanced Queue adapater to process the queue messages. However, there is nothing stopping using Oracle Workflow or any tool for that matter.
    HOWEVER!!! Warning!!! There is a high probability that Content DB will drop the bundled Oracle Worflow installation in the near future. What this means, is that you should consider installing/configure/patching your own separate Oracle Workflow installation and not rely on the bundled Content DB solution which is used internally for Serial and Parallel Approval workflows.
    thanks,
    Matt.

  • How to commit a transaction in Oracle Workflow

    Hi All,
    Oracle says there should not be any commit in Oracle WF .It is the responsbility of the calling program to Call Commit.
    I have the following Requirement:-
    I want to insert a record in one of the custom table, when a record is saved in one of the Oracle Apps Form( for e.g. insert a record in the custome table when user creates PO.)
    What I have done is :-
    1) Added a subscription to one of the seeded events that is raised when user saves a record in the Oracle apps.
    2) Designed a Custom Function, that is called when the above subscription is triggered off.
    3)The above custom function inserts a record in the custom table.
    Q ) where to write a Commit ( as this custom function is called from the WF and WF says, dont put commit in the WF,it should be called by the callling program)
    Can also you explain me , when user presses the Save button on the Oracle standard form--> that calls the Oracle API to create a record in the DB and commit , ---> then the event is raised and trigger offs all the subscriptions where does it commit then?
    Thanks

    Hi,
    The commit should be done by the form, or whatever raises the business event.
    The API fires the event in the same transaction (unless the subscription is deferred), and then the commit is issued. This commits the transaction, and all actions of the event subscription.
    If the subscription is deferred, then the concurrent request which processes the subscription will issue the commit on completion.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Urgent help needed in inserting data into a custom table in oracle WorkFlow

    Hi
    I am trying to get data from the WF and insert into a custom table..
    I read that workflow procedures WONT allow commits...
    Oracle Workflow will not support autonomous commits in any procedure it calls directly. If you need to perform commits, then embed your SQL in a subprocedure and declare it as an autonomous block. This subprocedure must be capable of being rerun. Additionally, note that Oracle Workflow handles errors by rolling back the entire procedure and setting its status to ERROR. Database updates performed by autonomous commits cannot be rolled back, so you will need to write your own compensatory logic for error handling
    Have anyone did this..
    Please give me some idea ...It is urgent
    I am getting data using getitemattribute..and try to insert it into a custom table
    thanks
    kp

    Pl do not post duplicate threads - insert dont work in Workflow
    Srini

  • How to run Oracle workflow in windows 7 os

    Hi,
    Am new to oracle workflow.
    I have installed oracle workflow successfully in my laptop.
    After installation I dont see any shortcut's in my desktop.
    Can any one sugess me how to run oracle workflow.
    Steps to begin from basic level.
    Thanks
    Balaji

    You mean to say you installed Workflow Builder on your laptop? See that Oracle Workflow has a Client Side (WF Builder), a backend Server side and middle application side.
    Assuming you successfully installed the client side then you must have a group of programs called Oracle OUIHome and there one called Application Development. There you should be able to find Workflow builder.
    Useful notes for WF Builder:
    How To Download and Install the Latest Oracle Workflow Builder (Client Tool) and XML Gateway Message Designer for E-Business (Doc ID 261028.1)
    which leads to <internal URL removed>
    Regards.

  • [Oracle workflow 2.6.3] unable to find product oracle.swd.jre[1.4.0, 1.4.4]

    I want to install Oracle workflow 2.6.3 on my server, but i get the following error while installing the program.
    unable to find product oracle.swd.jre 1.4.0, 1.4.4
    Below the step i took:
    I selected the oracle_home and the path where my db has been installed. Then next... and the universal installer gives me that error. I can choose to continue or to go back. I tried to continue and oracle worflow has been succesfull installed. bet when to try to run the workflow manager. I get the following result:
    C:\oracle\product\10.2.0\db_1\wf\install>set JAVA_HOME=
    C:\oracle\product\10.2.0\db_1\wf\install>"\bin\java" -classpath ";C:\oracle\prod
    uct\10.2.0\db_1\wf\java;\lib\rt.jar;\lib\i18n.jar;C:\oracle\product\10.2.0\db_1\
    wf\install\WorkflowCA.jar;C:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;C:\oracle\
    product\10.2.0\db_1\jlib\ewt3-nls.jar;C:\oracle\product\10.2.0\db_1\jlib\share.j
    ar;C:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;C:\oracle\product\10.2.
    0\db_1\jlib\fndctx.jar;C:\oracle\product\10.2.0\db_1\jlib\wfjava.jar;C:\oracle\p
    roduct\10.2.0\db_1\jlib\wfapi.jar;C:\oracle\product\10.2.0\db_1\jdbc\lib\classes
    12.jar;C:\oracle\product\10.2.0\db_1\sysman\jlib\emd.jar;C:\oracle\product\10.2.
    0\db_1\jlib\emConfigInstall.jar;" oracle.apps.fnd.wf.install.db.WorkflowCA /wfdi
    r "C:\oracle\product\10.2.0\db_1\wf" /orahome "C:\oracle\product\10.2.0\db_1" /
    wintz "W. Europe Daylight Time" /systemroot "C:\WINDOWS" /ospath "C:\OraHome_2\
    bin;C:\oracle\product\10.2.0\db_1\bin;C:\OraHome_1\bin;C:\OraHome_1\jre\1.4.2\bi
    n\client;C:\OraHome_1\jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sy
    stem32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files
    \Support Tools\;"C:\Program Files\Symantec\Norton Ghost 2003\";C:\Program Files\
    QuickTime\QTSystem\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\"
    The system cannot find the path specified.
    Anyone an idea to resolve it...
    tnx in advanced....
    Edited by: user565199 on 15-jan-2009 3:33
    Edited by: user565199 on 15-jan-2009 3:52

    sorry maybe a noob question but does it means io have to install the whole db again?I don't know. Try to install OWF 2.6.4 and maybe it upgarde all compnents from OWF 2.6.3
    Are can you choose to install the workflow server only. When i start the install file with the universal installer i can only choose forYou need additional Oracle Database Companion CD, for link look at this message
    (from thread which I provided in prev. post)
    Re: Create Process Flow
    Regards,
    Oleg

  • Process flows without Oracle Workflow?

    I am using OWB 10.2, running with a 10.2 database. I want to create a new workflow module, package, and flow, and execute it the process flow using the OWB scheduler. The documentation implies that this configuration is possible, but when I create the workflow module it wants an Oracle Workflow connection for the location. I get the feeling that I'm overlooking something basic in the documentation.
    QUESTION:
    1) Is Oracle Workflow REQUIRED to create, deploy, and execute a process flow?

    Hi,
    Oracle Workflow is required for deploying processflow.
    Where did you read in documentation about possibilities of running processflows without OWF? OWB instalation guide tells:
    "If you plan to use Warehouse Builder process flows, you need to install Oracle Workflow to enable deployment."
    Regards,
    Oleg

  • URGENT: Oracle Workflow Error: API-10020 on Creation of OWB Process Flows

    I am trying to use Oracle Workflow to create Process Flows, in order to link together various mappings and components in Oracle Warehouse Builder. However, in the process flow editor window when I attempt to drag an object such as a mapping onto the editor panel, I get an error message stating the below:
    API-10020: Unable to determine if the map is a PLSQL or SQLLDR map, please correct the map or choose another map.
    All my maps are in PLSQL, and the language setting is set to this. I have tried modifying the langauge settings to see if it makes a difference but with no luck. My colleague believes this is a known bug in Oracle Workflow and there is a patch available to correct it.
    Can anyone help with this query please? Thank you for your time.

    In some versions of OWB (10.1, 10.2) The mapping property will display PL/SQL, but will actually be set to NULL in the repository (which will cause PL/SQL to be displayed as default).
    The fix is easy enough: in the developer navigator, right-click on the mapping and go to configure and set the generation language first to something other then PL/SQL (you should get an error) and then place it back to PL/SQL. This should force the GUI to reset the parameter.
    Alternatively, use OMB*Plus:
    OMBALTER MAPPING 'MAPPINGNAME' SET PROPERTIES \
    (GENERATION_LANGUAGE) VALUES ('PLSQL');
    Good Luck,
    Robbert

  • Calling Oracle Workflow in Real-Time

    I want to modify the logic in Oracle Apps (both Oracle self-service (pure HTML and JSP) and Oracle Forms applications) to make real-time calls to a mainframe system. The page needs to take different actions depending on the data from the mainframe system.
    I want to avoid actually customizing the Apps and Forms pages if possible due to customization maintenance and support issues. I have been told that I can use Oracle Workflow to modify the actions of the pages without having to resort to customizations, as calls to Workflow are already embedded. Is this true, and if so, how would I go about inserting a call to a mainframe system?
    I am considering mainframe calls using either a proprietary ODBC driver from a third-party vendor, or devising some sort of SOA interface to the mainframe (I know it would require custom development on the mainframe side).
    Thanks!

    I'm pretty sure the sbRIO cards only have 1 FPGA on them.  So when you load the second FPGA code, the first is being overwritten.  You need to make a single FPGA VI that can handle both functions.  If you post your code, we can give more detailed advice.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • OWB process flow & Oracle Workflow

    Hi,
    In order to deploy the OWB process flow packages, is it necessary to have Oracle workflow installed on the Target server? When I tried to deploy a process flow package to the target database (10gR2 db), it required a user called owf_mgr. As far I know, owf_mgr is the admin user for workflow. Can this feature work without OWF being installed?
    Thanks for your help
    regards

    You also might be interested in this thread...
    OWB and Work Flow (being dessuported)
    Just in case you are starting an implementation.

  • Oracle Workflow 2.6.3 Installation

    Hi,
    On a Redhat Linux server 3, I have installed Oracle 10g Infrastructure and Middle Tier. I have also a 10g Databse installed on this machine. I want to install Oracle Workflow 2.6.3.
    I used the Contnet Management SDK 10g(9.0.4.0) CD and run the installer. AS mentioned in Oracle Note:265554.1, stopped the installation up on the Workflow Configuration Assitant. Then changed the wfinstall.csh file as mentioned in the note. Then executed the wfinstall.csh from command prompt. This invokes a GUI which ask for few parameters.
    I would appreciate if you help me in filling this parameters.
    1. What is that Sys password? Is it the password for Infrastructure databse or that of the 10g database.
    I tried with infrastructure password and connection details. This installtion hangs at the following.
    WorkflowCA: /opt/oracle/product/904_portal/bin/sqlplus OWF_MGR/<WFCA WF
    PASSWORD> @/opt/oracle/product/904_portal/wf/sql/wfcorec.sql OWF_MGR <WFCA WF
    PASSWORD>
    When I tried with 10g database, it is not connecting. It shows sys connect failure error.
    I am able to connect to both infrastructure and 10g database from Sqlplus locally and using Jdeveloper from remote machines.
    All the web urls (EM/PORTAL) are working.
    Also on general ,
    1. Can the workflow 2.6.3 installed to the on the 10g Portal database? Does it require a seperate database? Can this database co-exist in the same Server?
    Please help with your suggestions.

    Vinod,
    The SYS password is the SYS password of the database into which you wish to install the workflow server.
    I would recommend you connect to SYS to the database separately to test the connection- sqlplus sys/&lt;syspwd&gt;@&lt;db&gt; as sysdba
    Also, what install are you trying to use? Just workflow or 10gAS and workflow ?
    if you are just looking for oracle workflow 2.6.3 to be installed on a 10g database without any 10gAS, you can use the workflow server shipped with the 10g database.
    If you are using workflow shipped with the 10gAS, you are on the right track- install workflow from the CMSDK cd onto any database of you choice.
    Hope this helps...
    Raja

  • Referencing an image in Oracle Workflow Notification

    Hi,
    My requirement is to generate a HTML Oracle Message in Oracle Workflow which references an image. The information which i came across is that we can incorporate an image in html using a URL attribute. This means that we need to put the image file in a location which can be accessed via a url. In Oracle applications, the icons are stored in the folder <ORACLE_HOME>/wf/java/oracle/apps/fnd/wf/icons/. Can we put the image file in this location and refer to it in the HTML notification. In this case we would not be able to use a url attribute. In this case, how will the html code look like for ex
    TD><IMG height=5
    src="<ORACLE_HOME>/wf/java/oracle/apps/fnd/wf/icons//blue_bar.gif" width=598
    border=0></TD>
    Regards

    Hi,
    I am also facing the same problem....
    Not able to reference image in workflow.... If you are successful please pass on the solution
    Thanks

  • What is use of Rewind facility in Oracle workflow ?

    Hi Guys I am new to Oracle Workflow ... I have few doubts on Rewind facility in Workflow as follows ...
    Please spare some time to respond back ... Thanks in advance
    1. What is the Use of Rewind option ?
    2. Whats scenario we shoudl use it ?
    3. What are advantages of it ?
    4. What are the drawbacks of it ?
    5. Any other details to know more it ?
    Raghu

    1) it will 're-start' a Workflow at any Function in the Flow, even all the way back to the first Start.
    2) At one point certain of our SSHR changes would error on Event Alert triggers. Rewinding would successfully save the data. Another use is when a change errors because of termed Supervisors. After the Supervisor has been corrected, rewinding will allow the change to progress.
    3) it means there may be a way to recover a FLow
    4) Doesn't always recover the Flow
    5) not really; try it out in test environment

Maybe you are looking for

  • Report with BDC not displaying success message when run in Background

    I am running a  BDC report in Background mode.The below statement  is not capturing the Success message when a document is posted.But when I am running the same in ForeGround mode it is capturing and is displayed in the output.Can anyone please help

  • BPM process switch/fork is not processing!!

    Hi Guys, I have scenario for 1:n multi mapping using BPM. In my BPM just I have got 5 steps, the first one is receiver,  next step is transformation (workinig fine), switch with 2 branches, on branch one Sender 1 to SNC (Prod Active Notific) and on s

  • Problem with NWDS instalation

    hi, I have a problem during instalation of NWDS.Its version is 7.0.14.Now agter instaling the Istalatio folder step by step the icon of NWDS appears in the desktop.But whenever I Click the icon to open NWDS it shows an error message "Problem during s

  • Double payment charged

    I just purchased battery saver app on my torch 9860 through my credit card worth rs. 100 indian rupees. And I had to add my credit card details in blackberry world for that purpose, my problem is that there were two amounts deducted 103 and 100 respe

  • Zrepert output in FM

    hellow experts, here i want to display the zreport output in Function Module. how to do this.pls help me. with regards babu