How to filter by instance variables in a single business process?

Hi, I have 3 process in my project and I need to do a search by an instance variable which belongs to one of them.

Process A
B process - idRegional (my variable)
C process

I tried to BusinessProcess, something like that, but it return all processes, and I'm not even able to create the filter: (I try so many different ways)
Fuego.Papi.ProcessService ps = new Fuego.Papi.ProcessService();
ps.connectTo(url : Fuego.Server.directoryURL, user : "tester", password : "tester");

BusinessProcess papi = new BusinessProcess();     
papi = ps.getProcess(process : "/ViabilidadeTecnica");

filtro.create(processService: papi.processService);
filtro.SearchScope= new Fuego.Papi.SearchScope(ParticipantScope.ALL, StatusScope.INPROCESS_AND_COMPLETED);

filtro.addAttributeTo(variable : "idRegional", comparator : IS, value : idRegional);
     
     
filtro.matchAll = true;
instancias = papi.getInstancesByFilter(filter : filtro);

ps.disconnectFrom();
I get the error: the variable 'idRegional' does not exist. But it exists, simply in a single process.

Is there a way to do a project variable instead of idRegional?

Thank you

Your logic will not work unless idRegional is a project variable.

See this link to find a specific value for an instance variable: the instance filter supports several addAttributeTo for several conditions

Dan

Tags: Fusion Middleware

Similar Questions

  • How to filter values using variable presentation if it uses a multiselec

    Hi gurus,

    Could you pls suggest me here.
    I have a requirement like my version 10G OBIEE isn't filtering report values when we choose a value any in dash prompt.
    I tried to create a variable presentation in the prompt for filtering, but invites under control, he is given a MULTI SELECT.
    I need to filter the values today if select us any value from the command prompt, it does not choose any value.
    How to filter values using MULTI SELECT Here.Please suggest me here.

    Kind regards
    SK

    Functions applied on the columns must be the two places (in report and guest) and must affect is fast after the function applied in the report.

    In your case is prompt value before cast, it seems that it is the reason why it does not work.

    Mark correct/good so pls help.

  • How the value for several variables using a single guest

    Is there a way to put more than one variable with a single guest?
    for example, the value @CurrentYear and @PasteYear using just a single guest for @CurrentYear.

    A clue?

    Thank you

    Luke

    Using variables to repository you can set like this.
    Check this link http://gerardnico.com/wiki/dat/obiee/set_variable

    If brand pls help

  • How to get the Java instance variable in JSP custom

    Hello

    I decided to list some simple Java classes to use as instance variables. This should make it easier to do things with them in a JSP page since I know exactly what kind they are.

    My question is how to get my Java instance in the JSP page variable - I a screenflow with an Interactive component in what I would normally choose BPM interactive object call, but this allows BPM object instance variables not Java ones. So how can I associate my JSP custom?

    Thank you

    Neil

    In my view, that there must be a BPMObject that is passed into a JSP page. My suggestion would be to build a BPMObject as a "viewObject" with only the values you need and in the BPMObject constructor, load the java class data. And then possibly have a 'storeToJavaObj' method, you call after the JSP, which then stores the data to your java class if you wish.

    HTH...
    -Kevin

  • In html/canvas instance variable

    How one declare an instance of a movieclip instance variable.

    Typically I want multiple instances of a moviclip on the stage, but with different starting values.

    / Lukas

    There is already a thread discussing this topic here:

    Animate CC javascript

  • How to get BPEL Instance Id #?

    How to get BPEL Instance Id #? so I can pass this value to the database to get an idea on what id what data processed.

    Hi Guibert,

    Create a schema in your process with content below:



    xmlns:p = "http://schemas.oracle.com/service/bpel/common".
    xmlns = "http://schemas.oracle.com/service/bpel/common."
    targetNamespace = "http://schemas.oracle.com/service/bpel/common."
    elementFormDefault = "qualified" >













    Now create a type parameters (i.e. ParamsVar) element (root element in above XSD) in your BPELprocess.
    Now using expression in the copy of the assign activity to assign some value (say InstanceID) in the name of the element (IE here in go to article InstanceID and to the name of the section in ParamsVar will come)
    Now the expression in the copy of the assign to assign activity ora: getInstanceId() to the value of the element (IE here in go to article ora: getInstanceId() and in to Value in ParamsVar section will come)

    At this point, your ParamsVar holds the value of your instaceid.

    Now you must edit the def transformation in BPEL (i.e. of section in source view)... as below

    You will get as below once u set source and target variables

    You must add bpws:getVariableData('ParamsVar') to the foregoing section

    Then it will look like below

    Now, changing add the following model section before and after the namespace definitions

    Here InstanceID will contain the value you pass by transformation.

    Now you can use this setting wherever you want in the transformation as below;

  • The AM pool and instance variables

    Hi all

    A question for you...

    Q: can I use Application Module Impl instance Variables conditionally execute a method?

    I have an AMImpl method that is exposed in the client interface. I want to call this method under certain conditions.
    This method must not be performed more than once in a user session.
    So once the method is executed, then I can put a value to the variable instance true [If type = Boolean, "run" = TRUE].
    So next time when the user press the same button {say... or any other UI events..} to run this method even, so I can check the value of the instance variable
    If that's true I re - will not run.


    Basically, value of the instance variable persists between two requests for user {events UI} of the user interface.


    But this approach is correct... ?


    Q. every time, will benefit from the same user in the same instance of the application module pool request module... ?

    A: I hope that the answer is no user can get not get the same instance of AM each time. But if the user gets a new instance of AOS 'unreferenced' then, this instance will be reactivated with the data
    who should have passive when the user has lost the first instance of AOS. If the user gets all return in this second AM e.g. Passivate1-> Activate2 mechanism


    Now... We can think of this instance variable persists more than two applications for different user... ?
    Only items passive {your, sight lines, bind variable etc.} will persist on the user queries... sacred... ?
    But variable instance AM isn't passive. We cannot use the instance variable to avoid several of my method execution.
    If I get a new instance of AM, then the value of the instance variable could have reset as that was not earlier passive.

    I hope that until now everything is fine...


    Now... Can I use class variables to avoid several execution of my method... ?
    That is, instead of instance variable... can I use a static variable...?
    So all instances of AM in AM pool, will have the same value as the variable of class... ?

    Is it OK... ? Or am I wrong anywhere... ?

    Can some one please clarify...

    Thank you very much
    AFA

    AFA,

    I thought that all instances of AM are having the same class type. The values of static variables would be the same for them.

    We lose how these values while the passivation. ? >
    your assumption about static variables is not correct if you run the application on a single server. The framework is able to run the application on a cluster of multiple computers. So if you set a static variable in the application it is defined only on one machine.
    This is the reason why you should not use static variables in a module of the application. You get a lot of side effects in a production environment, you will not be able to debug.
    Again, do not use static variables in an app module.

    You can use instance variables in the module of your application, but you must the passivate yourself (same is true for activation). That's what the doc is talking about. It gives you just an example of how do in an average backup.

    If you are using 11g you can use the shared application modules, which are used to load the data once and use these data in any other module app. You cannot change the data in the shared module, it's only for search data.

    If you really need the global variables, your best option is to write in a special db table, use EO and VO to access.

    Timo

  • How to filter the modules of the version of TB?

    My version of TB: 31.1.2 on Win7

    The Add-ons Manager has a section called "Featured addons". I think that, Hey they must be cool if they are featured! I try "Contacts Sidebar" only to discover that it was updated in 2007 and does not support recent versions. How to filter the Add-ons to display only those compatible with my version of TB?

    All the people who still use older computers from apple. This is the last version that will run on them.

  • How to filter uploaded duplicate pictures in "Photos".

    How to filter uploaded duplicate pictures in "Photos" (in order to remove duplicates)...?

    Usually, Photos should you cannot import duplicates. It will give a warning if you try to import an exact replica.  You are importing different versions of the same photos?

    Photos has no tools to search for duplicates. You would need a third party program to analyze the library of Photos of duplicates.

    I can recommend these:

    • Pictures of power will detect duplicates, if the file attributes are the names of files, identical for example. See this link:

    https://www.fatcatsoftware.com/powerphotos/

    Independent detection of duplicates, it is a great tool to use in combination with pictures.

    • PhotosSweeper is very versatile for find duplicates in a different state of the edition or the size. It will detect cropped versions of the same photos, or reduced in size, as it will compare the photo, not only the attributes of the file: http://overmacs.com/photosweeper.html
  • entry of the file type, how to filter only .csv

    use firefox 21.0
    use < input type = "file" accept = "xxx" / >

    How to filter only .csv (* not include all the files) when scour dialogue

    I try to use

    .CSV (view all)

    text/csv (.csv and show all files)

    application/csv (view all)

    text /-comma - separated values (view all)

    Help me, please
    Thank you
    Jean-Pierre

    It looks that there is work still to be done:

    • bug 826176 - support of file extension to < entry < = "" accept = "..." "li =" ">

    Please, do not comment in the bug reports: https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

  • How to configure firefox to run as a single instance, so that all external links open within my existing window rather than opening another window?

    How to configure firefox to run as a single instance, so that all external links open within my existing window rather than opening another window?

    Sorry, there is no setting for what is built into Firefox.

    https://addons.Mozilla.org/en-us/Firefox/addon/tab-utilities/

    In the utilities tab > Options > links there is a preference to enable single window mode.

  • How to create a Global Variable through the Project Explorer

    Hello world!

    I know how to create a global variable (in a vi through the range of functions...).

    but I'm missing a way to create one via the Project Explorer.

    It's a missing feature or just this documentation (and the intuition of myself) are missing?

    It would be very convenient.

    THX for your time and hope that answers.

    jwscs

    Right click on my computer > new > new... > select Global Variable.

    EDIT: although I agree with Gerd (he probably wondering why you need so we can recommend a better way ), I rarely use them in easy to write once - read many applications such as security levels overall program at initialization (VER) to read later, but NOT modified.  I know it would be better to make a good class, functional Global Variable (FGV) or a motor Action (AE) but globals ARE practical and safe IF used wisely.

  • How to filter messages on MCB2300 CAN?

    I have an app that gives me that a stack overflow error too CAN traffic.  I only need to follow a single message, and if I have only one message on the bus, it works well.  As soon as I add the other messages on the bus, I get the error, so I thought I could just remove the ones I haven't read wan't.  I put the filter in my code, but I always get a stack overflow when all messages are broadcast.  How the filter works  The messages go to battery memory first until a software routine has time to cross and filter unwanted messages?

    The original request has 1 CAN channel without filtering, and 1 CAPABLE of channeling with filtering.  The order of the properties between the 2 CAN channels initialization was not specified in the code and was arbitrarily determined by the compiler.  I forced the CAN channel without the filter to initialize before the channel with the filter, and then it works properly.

  • HOW TO FILTER DATA IN MICROSOFT ACCESS

    HOW TO FILTER DATA IN MICROSOFT ACCESS BASED ON THE DATE AND TIME AND GIVE THE RESULT IN A TABLE?

    I need a few examples of files, can someone help me please?

    Fix your keyboard. If it has not been broken, be a little more polite and stop screaming.

    Research, are thousands of examples on the web related to the jet and sql database. This is a very basic select statement. Access to a query wizard that can then show the sql code. If you don't know how to design a query in access, you need a Basic for this tutorial. No question of LabVIEW here.

  • How to filter events by their details?

    I've created several filters in Event Viewer. However, some events have several 'fields', as 'account name', 'status', ' status', etc. I want to clarify some of the filters based on these fields. How can I do this?

    TIA.

    Hello canolradd,.

    Watch the tutorial here about using the event viewer in Windows Vista.
    It describes how to filter and monitor the event viewer.
    http://www.windowsnetworking.com/articles_tutorials/monitoring-event-logs-Windows-Vista.html

    NOTE: Third party links/programs are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.

    Sincerely,

    Marilyn

Maybe you are looking for