Assiging task for the particular user

Hello

I am newbee in BPM and have a situation here. We use 10gR 3 OBPM.
In our application, we need a level 4 of approvers and at each level, there are 1000 + participants that are extracted from LDAP. Here we have 2 conditions:
1: for some approver name request comes as entry and we must assign the instance to the approving individual.
2. in some cases, we need to identify approver based on various parameters such as region, Plastica, Department etc.

I wan to know how we can achieve both. No matter what tutorial or example would be very useful

Hello
We have developed a project which I think is similar to your case:
1 - you can use: participant.next = part; to assign an instance of a participant in such a part.
2 - with parameterization parametric roles you can case reach route depending on the region, DRANK, etc..
HTH

Tags: Fusion Middleware

Similar Questions

  • ACS 5.4 ASA 8.2.5 disable AAA for the particular user

    Hello!

    I want to disable journaling Ganymede + for the particular user. This user is used only for automated (python script) pooling of vpn tunnel ASA (limited command set - permission on ACS) group to verify the number of users authenticated via VPN. The problem is that this user generate a bunch of logs according to authentication authorization and accounting on ACS. Is there a solution, disable Ganymede + newspapers on ACS for this particular user? Maybe it is possible to modify the AAA on ASA to not connect this particular user?

    Thanks in advance.

    Hi Pawel,

    You can create filters collection for that specific user. When you configure monitoring filters & Report Viewer does not record these events in the database.

    Navigate to: Configuration of the analysis > System Configuration > filters Collection > add a filter

    What follows is the attributes that can be used. You must use the user.

    -Access service

    -User

    -Mac-add

    -Nas - IP

    Example: We get several hits of ASA by 'user' and we want ACS to ignore it. Create a filter by using the user. ACS must now ignore any attempt from the IP Address of the NAS.

    Jatin kone
    -Does the rate of useful messages-

  • is it possible to restrict access to a particular application for the particular user?

    is it possible to restrict access to a particular application for the particular user

    for example, if an application will not be editable for user mode

    or it will be only editable for a user

    We gave access as a developer of a workspace to a single user

    but we don't want him to change a single application.

    Oracle Application Express 5.0

    Your terminology is mixed - looks like you're talking about limiting applications, a developer can edit in the application builder in a workspace.

    No, you can't.

  • Want to hide smthing for the particular user

    Hello world

    I had created a demand and this demand if my end user = 'A', then it cannot access application pages 2,3,4. And if the user = B, then it will be able to access the 1,3,4,5 pages. In short how will u hide for a user and the display of another user.

    Thank you

    Rommy

    Published by: rommy on February 4, 2009 13:01

    Rommy,

    Create a schema for authorization from scratch...
    Template: to Express 1 point value is equivalent to the Expression 2
    Expression 1: APP_USER
    Expression 2: has
    Identify the error message when the regime violated: error, you are not authorized (or other)
    Evaluation point: once per session

    Then create another for the other user.

    Then you can apply them as you like.

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen

  • Disable access to the catalogue of OBIEE for the particular user.

    Hi all

    I'm on OBIEE 11.1.1.7.140527. I added users newly created the Group BIConsumer. I want to restrict these users to access the catalog in OBIEE.

    What would be the way to go if I want to disable the access to the catalogue of OBIEE.

    Appreciate any help.

    Thank you

    Administration-> Manage privileges-> Home tab and header-> access catalog UI

    Add/remove groups here to look at one/masking catalog.

    Please mark helpful/correct if it is...

    Thank you

    AJ

  • A query to return all the SQL executed for a particular user instructions.

    Hello

    Is it possible to find all the instructions SQL for a particular user using the views v$? I can do it 10g but I am currently using 9i, the query below does not work.
    select a.username,a.logon_time,b.sql_fulltext 
    from v$session a,v$sqlarea b 
    where a.sql_id=b.sql_id
    and a.username='USER'
    order by a.logon_time desc
    I guess that some columns in these views do not exist in 9i. The output of 9 that I use is 9.2.0.1.0.

    Your help is very appreciated.

    Thank you
    Select this option.

    Dear mark!

    I suggest you use the audit instead of v$ sqlarea. Onlinedocumentation said the next thing Oracle v$ sqlarea:

    >
    V$ SQLAREA lists statistics on the shared SQL area and contains a line by the SQL string. It provides statistics on SQL statements that are stored, analyzed and ready for execution.
    >
    This means that you will only get the SQL statements that are currently in memory. Older statements which are already deleted from memory are not visible for your query.

    Incidentally, if you simply want to know what's wrong with your query then please post your errormessage.

    Yours sincerely

    Florian W.

    Published by: Florian W. the 29.07.2009 12:03

  • Disable the execution of the tasks for the Exchange Connector

    EIS,

    We use the Exchange for IOM connector and use almost all of the features of the connector. However, some of the processes on the process for the Exchange user form is not currently in use and will never be used. How can we remove these tasks of process safe? Is it fair to delete all the tasks? If someone else tried it? There is no documentation for this on the connector itself, that's why I am posting this here.

    For example, the named taks process:

    • 'Keep deleted updated default items'
    • "Database update"

    These are things we do not want to be triggered. We tried just renaming the ("Updated_disabled of the database") - but this obvisouly does not work.

    Is it fair to remove stains and we're home free? No internal configuration anywhere required by the Exchange Connector?

    Kind regards

    Vegard

    There are a lot of posts here on the triggers and spread. You kept the format of update " Update" by adding the change at the end of the task instead of starting name. This will result in ongoing triggers the task.

    -Kevin

  • How to stop the generation of the trace of the files concern the particular user

    Dear all,

    Please advice:

    Is it possible to stop the trace file that is created by a user for a particular job (sql/exp)

    For example:
    Create trace files whenever the user has run the sql/exp command from the application server.
    Which created a large files and caused the file system is full (not in bdump but it's generation in the home directory of the user application).
    Is there a method to stop the generation of trace records relate to the particular user base on this job.

    Thank you
    Nathalie

    Dear GEORGE

    This trigger will be created for that specific user by dba or anyone with sysdba privileges. It will be triggered at the time of login of this user and edit the sqltrace.

    for example, we write a trigger in our database for each ddl operation in the database.

    CREATE OR REPLACE TRIGGER "SYS." "' SYS$ DDLTRIG" after the DDL on the database
    declare
    v_machinename VARCHAR2 (100);
    v_osuser VARCHAR2 (100);
    v_dbuser VARCHAR2 (100);
    v_host VARCHAR2 (100);
    v_program VARCHAR2 (100);
    v_instance VARCHAR2 (100);
    T_DATE VARCHAR2 (100);
    Start
    Select to_char (sysdate, ' dd-mm-yyyy HH24:MI:SS), user, sys_context (' userenv ',' OS_ ")
    USER'), sys_context ('userenv', 'HOST'), (select instance_name of v$ instance), (se
    You can select program session $ v where sid = (select distinct sid from v$ mystat)), (se
    machine READING of session $ v where sid = (select distinct sid from v$ mystat)) int
    o T_DATE, v_dbuser, v_osuser, v_host, v_instance, v_program, v_machinename of double;
    IF ora_sysevent = 'DROP' or ora_sysevent = 'CANCEL' or ora_sysevent = 'GRANT' or
    ora_sysevent = 'CREATE' or ora_sysevent = 'TRUNCATE' or ora_sysevent = 'CHANGE '.
    Then
    insert into ddl_log_new (T_DATE, v_dbuser, v_osuser, v_host, v_instance, v_program, v_m
    achinename, V_EVENT, V_OBJECT_NAME, V_OBJECT_TYPE, V_OBJECT_OWNER) values (T_DATE, v_
    dbuser, v_osuser, v_host, v_instance, v_program, v_machinename, ora_sysevent, ora_dict_
    obj_name, ora_dict_obj_type, ora_dict_obj_owner);
    END IF;
    END;

    I hope that above example will be useful to you,

    Concerning
    Evelyne

    Published by: ambrishr24 on 5 December 2012 17:02

    Published by: ambrishr24 on 5 December 2012 17:05

    Published by: ambrishr24 on 5 December 2012 17:20

  • Sqlplus very slow connection for a particular user

    Hi Experts,

    I am faced with a particular problem.

    DB version: 11.1.0.7 on Solaris 5.10

    Sqlplus connection to the database is going very slowly for a particular user (APPS) - it takes 30 seconds or more
    For all the other users on the database, it's normally.

    There is no trigger connection for all users...

    I see TNS-12535: TNS:operation errors in alertlog has expired.

    Any help in getting this issue is highly appreciated...

    Thank you...

    Hello

    Looking at your question, this is the only thing that comes to mind first - blog

    http://viveklsharma.WordPress.com/2012/01/27/sqlplus-connection-slow-library-cache-lock/

    HTH
    Anand

  • How do the capping of resources for the specific user?

    I'm looking for in the way of the capping of resources on the server for a particular user, I. This girl is the data analyst and it trows on my server a lot of crazy pl - sql code who eats CPU like a cake. I talked to her and she is ok with Cap resources to some extend so that other users do not suffer.

    After watching in profiles of boards and few options, I have more it seems like CPU_PER_CALL or CPU_PER_SESSION look like obvious candidates. They impose limits on hundreds of seconds, but I don't understand how can I know how many seconds I have to give him? Let's say for the sake of the argument, I attribute 10 minutes to him but at the same time that it connects, there barely a few people working on the server and the server, it's mostly idling. This kill will stop his session (call) even if there is no other people using this server? I would like to think more in terms of 30% of cpu at any time, or something like that.

    Any recommendations on how to address this problem is greatly appreciated.

    10.2.0.4
    Linux x 86

    It seems that you might be the perfect candidate for the Oracle Resource Manager. Here is a link to the documentation

  • trace all the particular user login sessions

    How to trace all the particular user login sessions?

    Need to generate a trace so that I can see whence connections machine.

    user account is already locked.

    Audit connections without success being the natural method to accomplish this task, it might be useful to you to explain why you can't use it. It would be much easier to solve the problem of verification without verification.

    If you can not really enable auditing, I guess that you can create a connection logged successful connections trigger (it would be easier to verify successful connections, but we'll assume is not authorized as well) and that cross with the listener log. Incorrect passwords would generate an entry in the log of the listener and not in the table of successful connection. Which is not exactly a simple solution to the problem, but it does not avoid using the Oracle auditing feature.

    Justin

  • Restarting a task for the acquisition of data inside a For loop

    Hello

    I need iterate through my acquisition of data. Currently, I'm doing this through the creation, implementation and tasks for the acquisition of data inside a loop For which is iterated according to the needs of compensation. Unfortunately, the creation of these DAQ tasks slow down my code.

    I would like to be able to create the tasks outside the loop, pass them in and revive the tasks at the beginning of each iteration. Is there an easy way to do this?

    Otherwise, is there a way to make the standard DAQmx digital startup trigger trigger several times (so that it starts each pulse data acquisition in a long pulse rather than just the first pulse train)?

    Thank you!

    -Evan

    I whent before and created this example for you (and many others.)

  • Permission of files and folders for the same user on multiple computers

    Is it possible to set permissions files and folders different for the same user when he connect on different computers in the same domain?

    Example:

    There is a folder named "Folder1".
    When "User1" enter this folder by "Computer1" must have "Read & Execute" permission
    When "User1" enter this folder in "Computer2" must have permission 'change '.

    Thank you

    Hello

    Your question is beyond the scope of this community.

    Please post your question on the TechNet forums:

    https://social.technet.Microsoft.com/forums/Windows/en-us/home

    Kind regards

  • How to make the updates of operating system for the limited user account?

    original title: how to make the updates of operating system for the limited user account?  Limited user account cannot access the Windows Update page, see instead cautioned against MS the most recent must be installed.

    XP Pro SP3 slipstreamed.  New a DBAN nuked HDD installation

    All the OS updates installed from Admin acct before creating the LUA

    AV installed AVAST

    all dot net uninstalled and then reinstalled to resolve a problem installing Quicken

    Updates to auto lit

    Active Windows Firewall

    Three solutions of workaround for Windows XP running as a limited user

    http://blogs.Computerworld.com/16502/three_workarounds_for_running_windows_xp_as_a_limited_user

    Survive a Windows XP Limited user account

    http://techknack.NET/surviving-a-Windows-XP-limited-user-account/

    See the response from Michael Kuntz - re: HAL files

    http://social.technet.Microsoft.com/forums/en-us/itproxpsp/thread/e8612ac4-b881-4FB3-85e7-32004932fb5f

    There is an available for installation of SP3 Cd

    Manually installing SP3 using the Microsoft Download Center or a CD

    If you have problems to receive the service pack from Windows Update, you can download SP3 as a standalone package from the Microsoft Download Center Web site, and then install SP3 manually. The installation package is intended for it professionals and developers, but you can always download and install this file.

    You can also order a CD from Microsoft containing SP3. For more information, go to the Microsoft site.

    To manually install SP3 using the standalone package installation or CD

    1. Do one of the following:

      • If you downloaded SP3 from the Web site, to install it immediately, click Open or run and follow the instructions on the screen. To install the program later, click on save and download the file to install it on your computer. When you are ready to install the service pack, double-click the file.

      • If you install SP3 from the Service Pack 3 CD, insert the disc into your computer with your current version of Windows XP running, and Software Update Installation Wizard should appear automatically. If this wizard does not appear, click Start, double-click my computer, click on your CD or DVD drive and then click AutoPlay.

    2. In Windows XP Service Pack 3 page, click Next.

    3. Follow the instructions that appear on your screen.

    4. Once the installation is complete, click Finish to restart your computer.

    5. If you disabled your antivirus software, turn it back on.

  • WMIC command fails for the domain user

    Hi all

    I use windows 7 and testing commands wmic as below

    WMIC/node: "Computer1" / User: "domain\username" / Password: "password" PROCESS CALL Create "calc.exe"

    Most of the time control fails with RPC server unavailable to users in the domain (default of 75%). Working sometimes and mostly failing to time.

    Error code

    0x800706BA-online the RPC server is unavailable.

    If I use the local user, she is successful, command below still works (100% success)

    WMIC/node: "Computer1" / User: 'Nom_ordinateur\Nom_utilisateur' / Password: 'password' PROCESS CALL Create "calc.exe"

    I have two computers running windows 7, the firewall is disabled

    Executing command from computer2 as below

    WMIC/node: "Computer1" / User: "domain\username" / Password: "password" PROCESS CALL Create "calc.exe"

    1 computer settings

    1. Adds the domain under group administrator user
    2. Configure dcom through DCOMCNFG.exe and got all rights to domain user

    (DCOM remote launch and activation permissions for a user, the remote DCOM access permissions)

    1. Rights granted to wmi namespace (root, cimv2) of domain user using wmimgmt.msc (all rights to the namespace namespace and sub)
    2. Firewall settins according to the - http://msdn.microsoft.com/en-us/library/aa822854%28v=vs.85%29.aspx

    Note: The firewall is disabled

    1. UAC disabled
    2. Check rpcss and associated to the computer and all services are running

    What could be the reason of failure for the domain user (work awhile and is Server Unavailable RPC over time). Tried to restart that wmic user system and field control did not exist, after awhile like 30-45 minutes user field the wmic commands work and default again. How to solve this problem (such as checking the logs)?

    Thank you

    Mani

    Hello

    I suggest you according to the question in this forum and check if that helps:

    http://social.technet.Microsoft.com/forums/en/winserverDS

    It will be useful.

Maybe you are looking for

  • Freezing of YouTube videos, audio continues to play. As long as I continue to move my cursor, it plays ok. What's wrong?

    This seems to happen on all the Youtube video I play. I don't know other videos because I rarely find out all others. When the video freeze arrives that the download bar is always before the bar of games so I don't think that download is the problem.

  • Satellite U500-10N on Win7 produced strange noice

    Hello I purcahsed a new computer laptop Toshiba Satellite U500-10N just before two months. Now, I installed Windows7 on my laptop. After that, it's showing some problems for its sound. That's when I have access to the internet it's starting to make b

  • How to enable virtualization?

    I have a HP Pavilion HPE H8-1114 with BIOS updated, (v7.16). The CPU reports capacity VMX, (as expected), but I get in Fedora 16 "kvm: disabled by bios. I can't find any option in BIOS to enable VT anyone know how to activate it? Thank you.

  • Media player cann't sapport

    my computer is turn on aromatic update of those it update media player 11 but it could not work when I open it just open up and say this validity of windowsprogram, I have but this pack does not release its genius for windows by name but I don't want

  • Convert PDF in Danish?

    I don't know Danish in the list of languages in the OCR process.  According to the information in the question forum Scandinavian languages should be good avialable.Thank you for a solution.Atle [email protected]