Help if you process flow

Thanks in advance

I have a process flow as below

I have function (parameter) out-> return 0 and 1

I have 2 maps
(1) Map1
(2) Map2


What I need, it is
If returns 0 I want to run MAP1
If returns 1 I want to run MAP2

I have my workflow process that I did is

Start-> service-> Map1-> success
-> Map2-> success

After the service, I added the complex condition (RTN_CODE = 0) for Map1
I added the complex condition (RTN_CODE = 1) for Map2

I get error VLD-10028: an activity that has an outgoing transition with a complex condition must have another unconditional outgoing transition

If returns 0 I want to run MAP1

Hello

If you use conditional transitions you need a conditional transitions for each possible result condition or a transition without any condition used when none of the other conditions are met.

Therefore, deal with the return value of your function is 0 or 1. Just add a transition condition without a connection to the operator 'end with errors '. It will be fired this way if you make sure that your function returns 0 or 1. It is just necessary to validate the process flow.

Kind regards
Carsten.

Tags: Business Intelligence

Similar Questions

  • Kill a process flow that is add

    Hello
    I have a problem with a process flow that is append (I see BUSY_FAILURE State on repository Explorer) and it does not allow me to start another workflow process.
    How can I kill the BUSY_FAILURE process?

    Thanks in advance

    Steve

    Hi again, try this:

    / * This query, you get the ITEM_KEY * /.
    SELECT * FROM wf_item_activity_statuses_v WHERE
    ACTIVITY_TYPE_CODE = 'PROCESSES' AND ACTIVITY_STATUS_CODE! = "FINISH."

    / * With this query, you get the type of the object that is running * /.
    Select *.
    of WF_ITEM_ACTIVITY_STATUSES
    where item_key = "

    / * And with that, you kill the process that writes first place the type you got in the second query, then the key of the element of the first * /.
    Start
    wf_engine. AbortProcess ('WF_GC', 'WB_IK_20100408_024043_394762');
    end;

    I hope this helps you

  • Enter the date of transformation in the process flow

    Hello

    I have a transformation (stored procedure) in a process flow that requires that two input variables. If I execute this stored procedure directly from the database I would use:

    Start
    package_name. Procedure_name (to_date ('20100101', 'YYYYMMDD'), to_date ('20100102', 'YYYYMMDD'));
    end;
    /

    The problem in the process flow, it's that I'm not able to give the input parameters for the transformation in the correct manner. The process flow is valid, but when I run the workflow process I get ORA-01830 and PRE-02241. What I have in the process flow is:

    START-> procedure_name--> END

    I also tried with:

    START-> ASSIGN--> procedure_name--> END

    Someone would ask me how do I pass two input parameters for the transformation are the type of date (format: YYYYMMDD)?

    Thank you

    Andreas

    Hi Andreas,

    5472814 UNABLE TO PASS DATE PARAMETERS WITH THE HELP OF RUN_TASK OR SQLPLUS_EXEC_TEMPLATE

    No, it has different bug for your problem. Now I can not find this bug on Metalink...

    Look at this thread (read the last message in the user philip_b)
    Re: Passing Date value to the parameter mapping entry

    This is the same problem and the same OWB version

    I hope this helps!

  • How to run SQL scripts using OWB process flows?

    Hello
    I have a few SQL Scripts. I run them using process flow OWB.

    Can I get a document or a link that helps me to achieve this?

    Thanks in advance,
    SriGP

    Hi SriGP,

    You can call SQLPLUS using the external process activity.

    Order: Give the full path of the SQLPLUS executable
    Script: specify what you want to do in SQLPLUS

    Thank you
    Fati

  • Refresh of the materialized view; Process flow

    I was wondering if anyone has used process flow to refresh the materialized view.

    I'm trying to use a process flow for it, either run something similar to below
    EXECUTE Dbms_refresh.Refresh ('"ODW_SRC".) "MV_SERVICE_DAILY_AUDIT" ');

    I try to avoid using the Scheduler of DB because I want to make sure that the process flow is not conflict with the update of a materialized view possible cause conflict more execution time of the work expected will refresh window.

    I guess I could use a transformation and build. but I was wondering if there is an easier way in the execution of it just line... an idea

    Thanks in advance for your help

    Sorry, I think that the term OWB is post mapping process, its actually an operator in an OWB mapping where you can add a procedure for example call. The procedure can do pretty much what he wants.

    See you soon
    David

  • Planning of process flows

    Hi out there,.

    I have a recent problem that should be solved in the coming days and I do not know how to manage it for the time beeing.

    I use OWB 10 g 2 and created with success of the process flow and the calendar. I have already combined the flow of the process I want to program with the list itself (in the properties of the process flow). But for some reason the workflow process is not expected. Is there an extra step that I do?

    When I change the schedule for a daily newspaper and save it, it is fine. But when I open the calendar of the next time, it is expected that a run over-time. :-/ Maybe there is something wrong with the Scheduler service? But it is started without any error.

    Can someone help me with this? I'm really confused.

    Kind regards

    Jens

    Hello Jens,

    Did you start the scheduled job?

    At least in 11g, after deployment, you need to right click on your work (Planner tab) and select start or it does not start.

    It could be that useful...

    Concerning

  • Where can I find a linke for the the help file for process Explorer 14.01?

    Where can I find a linke for the the help file for process Explorer 14.01?  Thank you.

    If you have problems to access using Process Explorer, it's probably because you do not it unlock after the download.

    The best way to do this is to go to the folder where the zip file downloaded, right click the zip file and select Properties. Then click on the button unlock and apply them. Go to the excerpt from Process Explorer.

    For more details, see http://www.msteched.com/2010/NorthAmerica/WCL314

  • What version of Oracle workflow is required for owb 11.2 process flow.

    Hello
    I want to implement the process flow for my mapping.
    But I get the error message like,
    "The connection has been successful, but not to the version of workflow to recover."

    Also the OWF_MGR user is not created.

    Oracle 11g on RHEL database is
    and autonomous OWB 11.2 under Windows.

    I create user owf_mgr who have the schema for the objects in a workflow?
    Also what version of workflow required oracle to the process flow. I need to install
    Server of Oracle to Oracle db server workflow or it'll get installed with 11g.

    Where I'll get measures details to implement the process flow from scratch.

    Help, please.

    Published by: TN November 21, 2011 06:01

    >

    I create user owf_mgr who have the schema for the objects in a workflow?

    Yes

  • How to add a procedure for a process flow, but PF continue immediately

    Hi all

    In my process flow, I would like to be able to launch a procedure. However, I wish the process flow to continue immediately regardless of the status of the proceedings. I want the procedure that is called, and I want the process flow in order to continue its not regardless of the status of the proceedings. Is there a good / better way to do this?

    The following method seems to work. But I don't know if it's the right / best way to do it:

    Start-> forks > procedure-> one (must only launch) OR (method A and B card feed the RO)-map C (fill)-> END
    Plan B (must successfully complete)

    In case the "schema" above is not clear I "FORK" which divides to call the procedure has as b. mapping Procedure A and B map go to a 'GOLD '. The gooes 'OR' la carte b. plan B goes to the 'END '.

    Thanks in advance for your ideas and experiences.

    -Sam
    P.S. I'm on OWB 10.2.0.1

    If you want a plan B to wait that the procedure is made

    proceed this way

    Start-online fork => Proc-OR online-online success

    -Online card-online A-online the Condition for success-online card B (OR)

    HTH
    Mahesh

  • WFT OWB migration process flow

    We have a workflow process defined with Oracle Workflow Builder 2.6 Version. Keep us the workflow in a wft file and deploy it in Oracle 9 and 10 databases with the wfload utility.
    The process basically called stored procedures and OWB mappings.

    We now want to migrate to 11G.

    Is there a way upgrade workflow process in Oracle Warehouse Builder?

    Do we need a seprate license to run the engine in Oracle 11 G using Worklfow process flow?

    Thank you

    y at - it all automated migration workflow process flow again OWB.

    I do not hear on the means for processflows UAS of OWB migration (at least there is no standard for this task Oracle utility).

    Kind regards
    Oleg

  • Using an OUT in a process flow parameter

    I have a SUBPROC1 process flow that contains a PL/SQL procedure. This procedure generates an integer value. PL/SQL procedure output parameter is bound to a variable VAR1 process flow, so that the value can be used by other processes of sub and in conditions of transition in SUBPROC1.

    So far so good. Now I also have the same value of the process flow to a process flow parent output so that it can later be used by other processes of void. I have created an OUT parameter PAR1 attached to Start1 of SUBPROC1 activity, but I can only bind the output parameter in PL/SQL to the variable VAR1 process flow or the parameterPAR1 of output, not both.

    The only way I can think to do that is to change the signature of the PL/SQL procedure to generate the same value twice through two parameters, one that I can link to VAR1 and the other I can bind to PAR1, but that seems messy.

    Is there a trick I'm missing here?

    You can set the output processflow (from variable) with the Assign activity parameter

    Kind regards
    Oleg

  • How to run an OWB 11 GR 2 process flow using OEMs jobs?

    How to run an OWB 11 GR 2 process flow using 11 g OEM jobs?

    In other words, iam trying to create a work of Oracle Enterprise manager for planning and executing an OWB process flow.

    Can one of you please heading me to the same documentation or enlist the steps?

    Hello
    Watch OWB QAnywhere (it's the release of 11 GR 1 OWB material but you can apply this procedure to OWB11gR2 as well)
    http://download.Oracle.com/docs/CD/B28359_01/OWB.111/b31279/api_4sqlforjobs.htm#BABEBGHA

    Kind regards
    Oleg

  • Call a script shell to an OWB mapping or process flow

    Hello

    is it possible to call a shell script for a mapping owb or process flow and how can I do this?

    Greetings

    Check this box: -.

    http://blogs.Oracle.com/warehousebuilder/2010/05/how_to_use_user_defined_activity_in_owb_process_flow.html

    See you soon
    Katia

  • Mapping full - process flow occupied

    Hi all

    I have a problem with a process flow that I imported from another server.
    If I run this process flow in the test server it runs and finish without problem.

    Now, I imported this workflow process in the production server, but it is not complete. In the browser of the Audit, I see that all mappings have the status "complete", but the process flow is still busy after 1 hour.

    In the process flow, there are 7 maps and 3 user-defined operations that use shell scripts.

    What did I miss?

    Oracle and OWB 11 GR 1 material
    OS: Sles 10

    Thank you
    Gul.

    Hi Gul,

    We use OWB 11.1 and we went through the same thing.

    We solved this by:
    -Adding an index on the runtime repository
    -clean the runtime verification tables
    -collect statistics on the tables at runtime

    It should be much information on the previous step.
    If you're not familiar with it, then I can understand it in a next message.

    -check the process flow of errors.
    We discovered that some process flow has been corrupted after import.
    Some transitions had flase numbering.
    Example: mapping has been a success (0), (1) error and the warning (1).
    The error and warning lines had the same number.
    After correcting this flow worked properly.

    Kind regards

    Emile

  • Process flow

    Hello

    OWB should he a different license for the process flow? Or is it available with license OWB?

    In addition, the process flow module is has any dependencies on other software?

    Rgds
    S

    OWB process flow requires Oracle Workflow.

    In 10g, you can install Oracle Workflow from the database companion CD.
    From 11 g, Oracle Workflow comes with OWB11g.

    in 11g
    You'll find a directory called "wf" under OWB_HOME.
    Under that there is a folder called install.
    Work flow configuration script wfinstall.bat/sh will implement the necessary schema required by OWB process flows.

    Thank you
    Fati

Maybe you are looking for

  • Multilingual support.

    I propose to introduce the multilingual support in the browser, because it is inconvenient to change the language of the interface to delete and reinstall.

  • How can I remove the text in the Favorites toolbar so it's just the icons

    How can I remove the text in the Favorites toolbar it just the icons so they will all fit on one line and are visible

  • Re: Failed to create of the media to restore Satellite L500-1XD

    I have a new Toshiba Satellite L500-1XD. I tried to create the support of recovery twice now and both times he failed on the first two discs with the following error; Cannot open the following file.E:\Boot\BCD(Error Code: F1-02013-00000000) I'm using

  • HP Pavilion p2-1145 Office running very slow - time to replace drive

    I bought last November, is unfortunately just out of warranty. Last night it froze in reading just email - he says that Windows has stopped responding. He lets me not restart in Mode safe he was however extremely slow. I restarted again and press the

  • Sansa Fuze incomplete reading

    Research as much as I could but could not find a similar problem.  I have a new fuse and the latest version of the software package (15 a). Using of WMA11 and transfer personal CD to rocket, but I have a problem with incomplete playback on the CD the