Auto claim a Task in the Worklist and limit the amount of assings per user

Hi, I have two questions:
1) Is there a way to implement "auto claim" in the worklist? I need to assign the task to the logged user as soon as the task is opened by the user.
2) Is there a way to limit the amount of tasks that the user claims? I need to avoid the situation of a user claiming more than one task. In other words, I need that "If a user claims a task, he MUST release or action it before claiming another task"
Thanks in advance,
Edited by: Neuquino2 on Apr 30, 2010 1:03 PM
I'm working with 11g

Ok, I understand your use case for question 1. I actually have this same problem I have been trying to solve for a couple of weeks and haven't found a solution. My use case is slightly different. I have to assign to a group, but in some cases, I know which user in the group the task should be assigned to. However, the requirement is that I assign to the group. So I am trying to figure out how to use the routeTask method of the task service to route the task to the user after the task has already been created and assigned to the group. Not sure yet if that works. I have an SR open with Oracle Support. In your case, it sounds like you want the first member of the assigneeGroup who looks at the task to become the acquiredBy user. I would assume you would need to use routeTask in the Workflow API (in my case, I am using routeTask from BPEL).
On the second question, I doubt that you will find any out-of-box mechanism to do this. There are the three workload balancing rules built into workflow API and available in the worklist application - round robin, least busy, and most productive. But none of those will fit your requirement. However, supposedly you should be able to create your own algorithm. I don't know how to do this, but there should be some place in the documentation that tells you how to do it.

Similar Messages

  • Limit the number of session per user in the Wired dot1x environment with ISE 1.2

    Hello,
    I need to check if there is any configuration/workaround to limit the number of sessions/access per user in the Wired dot1x configuration.
    I need to check if this feature is available or not to solve the following scenario:
    I have 2 SW ports configured to use dot1x authentication with ISE 1.2 server.
    If user A connects to the 1st port and authenticated then he will placed on a VLAN based on the authorization profile.
    The case, that I need to deny the same user to connect on a different machine with the same credentials.
    The ISE itself does not have this feature currently,  the only feature available is to limit the number of sessions for the guest user.
    Is there any workaround on the Cisco switches to solve this? Cisco WLC has this feature and for the VPN we can limit the number of sessions also from the ASA itself.
    Thanks.

    limit number of session per user using wired dot1x is not available in 1.3

  • HT1904 how can i restrict the amount of purchases per month

    how do i restrict the dollar amount of purchases per month?

    Best method:  Remove your credit card information from the AppleID account in iTunes or App Store, Buy giftcards and redeem them.
    Or, you could use the PayPal option, and just transfer the allowance over.
    HTH

  • Claim a task

    Hi there,
    I have the problem that I cannot claim a task via the following code:
    var taskId = getValueOfURLParameter("taskId");
    // Create ODataModel for BPM Task Data OData service
    var taskDataSvcURL = "/bpmodata/taskdata.svc/" + taskId;
    var oDataModel = new sap.ui.model.odata.ODataModel(
         taskDataSvcURL, true);
    odataModel.create("/Claim?InstanceID='"+taskId+"'", null); 
    In the logs I get the following error:
    [EXCEPTION]
    com.sap.core.odata.api.exception.ODataApplicationException: Could not find an entity set or function import for 'Claim'.
    The task gets only claimed, if I open it from the UWL.
    Then I'm also able to complete it with my SAPUI5 application.
    How can I fix this issue?
    I tried to enter my user and password when creating the oData model, but that didn't work.
    Do I have to add some header data to the model to make it work?
    We're running a NW 7.40 SP07 system.
    Thanks in advance!
    Best regards,
    Thorsten.

    Hi Andre,
    Thanks, it works now...
    But I had first to add the X-XSRF-Token header data to the model, otherwise it didn't work:
    claimTask : function(taskId) {
         var tasksSvcURL = "/bpmodata/tasks.svc";
         var tasksODataModel =
              new sap.ui.model.odata.ODataModel(tasksSvcURL, false);
         // Add header data to the model
         tasksODataModel.setHeaders(
              "X-CSRF-Token" : "Fetch"
         tasksODataModel.create("/Claim?InstanceID='"+taskId+"'", null);
    But still I don't know how user authentification works for SAPUI5 applications.
    If I'm logged in to the NW system (e.g. NWA), I can run my application using the URL
    http://<host>:<port>/<app_name>/index.html.
    But if I run the SAPUI5 app without being logged on to the NW system, it doesn't work.
    How can I setup the system in a way that it automatically asks for user authentification when a SAPUI5 application is launched.
    I just read about "UI5 productivity services", but I couldn't find more information about it.

  • How do I manage the amount of space for back up on a timecapsule

    I have a 1GB time capsule that is stating that it is full. I only use it  for back up of my macbook. I want to add a pc to it for backup purposes. Is there a way to manage the amount of space one user uses?

    First, you'll need some sort of app on the PC to do backups to a network location.
    Second, mixing Time Machine backups and other data on the TC's internal HD presents some conflicts.  See #Q3 in Using Time Machine with a Time Capsule for details and some possible workarounds.   Your easiest option is to connect a USB drive to the TC and back the PC up to it.
    If you still want to do both backups to the TC's internal HD, you have two unattractive options:
    Erase the TC's internal HD, and let Time Machine start fresh. 
    Manually delete a lot of old Time Machine backups to make room for the PC backups.  See #12 in Time Machine - Frequently Asked Questions and don't miss the pink box there.

  • Additional runtime license fees per user in order to use the Java connector

    Hi All,
    I have one question.
    Do we require to pay additional runtime license fees per user in order to use the Java connector (Jco) supplied by SAP?
    We're currently not using the Jco but are looking into the possibility of using it.
    Thank in Advance.

    Hi All,
    Please answer my question
    We need to use Jco to connect to our 4.6C SAP production system. We do not have Portal or any other components. It's just a plain 4.6C system, service pack level is 23.
    We are currently paying license fees for using the system on a per user basis.
    Thank You.

  • BPM Application requires auto claim for worklist instances

    Hi All
    Our BPM application (SOA 11g), requires that the BPM instances in the worklist be auto claim enabled for each instance. The reason for this is that each instance is an ADF form that has 2 very distinct outcomes. Having set the human task(based on which the ADF forms are built) in the BPM workflow, to auto-claim enabled, I still notice that the instances are not claimed when open. The forms can be open by multiple users concurrently which is not an acceptable solution by the client from a security point of view. We need to enable auto claim as part of our BPM administration for each instance.
    Is there a way within the BPM Administration that this can be done?
    Any suggestions programatically or via the tool?
    Many Thanks
    Preethi

    Hi,
    Are you using  your own certificates for SSL? If yes,you must remove references to the demo certificates by removing the following line from the setDomainEnv file for your version of the operating system.
    -Djavax.net.ssl.trustStore=${WL_HOME}/server/lib/DemoTrust.jks
    Also check that  the path for truststore are properly set in setDomainEnv.sh/Cmd file.

  • Auto Claim Tasks in BPM Human Workflow

    All,
    I have a requirement with a customer to auto claim tasks. When a user selects a task from their task list (tasks by default are assigned to a role), it should be auto claimed. This is to prevent other users from working the task at the same time.
    I appreciate I could educate / train the users to have to press the Claim button first, however I was investigating the feasibility of doing an Auto claim to reduce the need for the users to do this.
    Does anyone know if this is supported Out of the box with BPM Suite? I have looked around the documentation and have seem no ways of doing this. An alternative would be to use the BPM API's however I ideally would prefer to not need to write custom logic for this.
    Your thoughts and experiences would be appreciated
    Regards
    Dave

    Hi Dave,
    The default when you create a human task is that it is set to auto claim. To see this, open one of your human tasks -> click "Assignment" -> click the pencil icon in the upper right corner. There you should see the "Enable Auto Claim" checkbox already checked by default.
    Take a look at this link for more on auto claim: Re: Is it necessary to Claim task? Seems to work without doing so
    Hope this helps,
    Dan

  • Limit the amount of tasks that a user can claim

    I have a custom worklist and I need to develop a requirement for not allowing the users to claim more than one task at a time. Does the Worklist API have something to limit the amount of tasks that a user can claim at a time?.
    Thanks in advance.
    Neuquino

    Apparently the Family Base add-on (https://my.verizonwireless.com/vzw/nos/safeguards/SafeguardProductDetails.action?productName=familybase) from Verizon will allow you to set limits on how much data a particular device can consume.  I think it is free for the first 3 months (not sure) after that it will cost $5 per month.  I have heard rumors though that it does not work well with iPhones???

  • Unable to view the NEW or In progress tasks in the Universal Worklist

    Hi all,
    I am using EP 7.0 SP8 and backend R/3 4.6C. I  configured by Worklist and work items to my UWL with the backend .My Problem is I am unable to view the New OR  in Progress Tasks in the UWL but  i am able to view the completed tasks in the UWL.
    Is the Problem with the backend R/3 version or some thing else?
    Please help me..
    Thanks and Regards,
    Sateesh.

    Seems to be lack of memory issue. Try to increase RAM of the development machine and try again.
    Nith

  • Show Custom Attributes of GP Tasks in the Universal Worklist

    Hello,
    I have created a GP Process and i can see and execute its task in the universal worklist.
    But it only shows standart propertys like : Process,From, Sent, Due, Status.
    I want to add Custom specific task propertys, but i couldn`t find the way. Reading javadoc documentation :
    [https://help.sap.com/javadocs/NW04S/current/uw/com/sap/netweaver/bc/uwl/doc-files/uwldtd.html#ItemType|https://help.sap.com/javadocs/NW04S/current/uw/com/sap/netweaver/bc/uwl/doc-files/uwldtd.html#ItemType]
    It says de we only can retrieve custom propertys from this connectors:
    ABAP_BOR - for SAP Business Object Repository
    WEBFLOW_CONTAINER - for Business Workflow container
    UM - for Portal user attributes from user management
    ALERT_CONTAINER - for alert container 
    GP_Connector is not in the list.... this means that it won`t be possible to show specific task attributes in the UWL if the tasks belong to a Guided Procedure Process?
    Thanks in advance!
    Marco.

    Hello Chittya,
    As I explained, my problem is not showing the GP tasks in the UWL ( in fact i have created a GP connector, and my GP tasks are correctly shown in my UWL ). The problem is that i can´t manage to show custom properties of this GP tasks in the universal worklist.
    Regards.
    Marco.

  • How to add multiple tasks to the worklist view?

    Hi,
    We are creating a view based on our BPM process and we are using OBPM 11.1.1.4. We do have 2 human workflow tasks in the process.
    While creating views in the worklist we are able to add only one task is there a way to add multiple tasks to one view?
    Thanks a lot for the help in advance.

    Hi Mikael,
    First of all, which Project Server version do you use?
    I'd like to be sure to correctly understand your concern. You would like to have more than 1 task list in your project site, am I right? I'm a bit confused since you talk about both project site and project center.
    First notice that the default task list is related to the project Schedule, ie when a task is updated in the project, the list will be updated accordingly.
    With Project Server 2013, I could open a project site, navigate to "site content", select the task app and create a new task list. This new list will be created as a blank list not related to the schedule neither the default task list.
    Note that there is a list setting which triggers wheither or not the list link will be added to the navigation menu of the left side (list settings, List name, description and navigation).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • If for some reason u have the icon in your task bar (the one with 2 arrows pointing in a circle) just go into mobile me pref...click sync...and uncheck box show status in menu bar.  My question is, I do not have this option. How do I get the sync to stop

    "if for some reason u have the icon in your task bar (the one with 2 arrows pointing in a circle) just go into mobile me pref...click sync...and uncheck box show status in menu bar."
    I do not have the option box to "show status in menu bar"
    I tried the free for a little while Mobile me, and didn't use it, so cancled. I cannot get the sync status roundabout arrows out of my status bar. AND, they keep trying to sync.
    Another issue related with this is that during the time that I tried out Mobile me, I had my ical alarm set to go off every 2 hours. NOW my computer has an ical  pop-up every 2 hours. I cannot find how to stop it.
    Another issue, Yahoo is trying to sync with my computer and I have no idea why or where that one came from.
    Can anyone out there help me please. 

    "if for some reason u have the icon in your task bar (the one with 2 arrows pointing in a circle) just go into mobile me pref...click sync...and uncheck box show status in menu bar."
    I do not have the option box to "show status in menu bar"
    I tried the free for a little while Mobile me, and didn't use it, so cancled. I cannot get the sync status roundabout arrows out of my status bar. AND, they keep trying to sync.
    Another issue related with this is that during the time that I tried out Mobile me, I had my ical alarm set to go off every 2 hours. NOW my computer has an ical  pop-up every 2 hours. I cannot find how to stop it.
    Another issue, Yahoo is trying to sync with my computer and I have no idea why or where that one came from.
    Can anyone out there help me please. 

  • HT201263 When my Ipod touch is in autolock I can only restart the device holding the sleep/wake button and home button at the same time for 10 seconds.  While in auto-lock it is using battery power and will do so until the battery is drained.  Whats wrong

    When my Ipod touch is in autolock I can only restart the device holding the sleep/wake button and home button at the same time for 10 seconds.  While in auto-lock it is using battery power and will do so until the battery is drained.  Whats wrong?

    - Try a reset. Nothing is lost:
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears
    - Connect the iPod to your computer and try to restore via iTunes. Try placing in Recovery mode if necessary to restore.
    - If you can't turn the iPod completely off, let the batter fully drain. After charging for at lerast anhour try again
    - If still not successful time for an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.

  • I'm writing a report and need a title page, so I want the auto-numbering to start with the second page. So the title page is zero and the next page will read "1"

    I'm writing a report and need a title page, so I want the auto-numbering to start with the second page. So the title page is zero and the next page will read "1" How do I do this?

    Hi H4S,
    Click at the end of the Tile page.
    Menu > Insert > Section Break.
    Click in the second Section. Insert a page number in the Header or Footer.
    Inspector > Layout > Section:
    Regards,
    Ian.

Maybe you are looking for

  • Help required in configuring multicast routing

    Hi, We have two 2 servers and 200 clients. 2 servers are in one vlan, 200 clients are in another vlan. first server will send data to second server with multicast address 234.5.6.7 second server will send data to 200 clients with multicast address 23

  • Help....How to display my error stack ?

    Hello,   Ever since we upgraded our WAS to SP11, i am not able to view my error stack trace on my IE ? Does anyone here knows what could be the problem ? Telling me to contact my system administrator every time a runtime error occurs is not going to

  • Error: "Unable to allocate memory..."

    This used to happen only on quit, as described here: http://forums.adobe.com/message/5806716#5806716 It also would happen if I started up AE by double clicking a project file, as opposed to launching the application, then opening a project file once

  • Upgraded Callmanager to 4.1.3sr3 and ICD agents cannot go active

    Upgraded PUB and SUB from 4.0.1 to 4.1.3sr3 and now my ICD clients cannot go active. They can log in but get the error "Request to change agent state failed. Unable to change agent state.

  • App store nao inicia

    depois do upgrade para mavericks 10.9.2  app store nao inicia. Duplo clique e ... nada. Alguem pode ajudar?