WF to HR - One task to Specific User.

I am developing some workflows for the HR module, which was set up a table that selects those responsible for tasks RH_CENTRAL, RH_LOCAL and BP
Whereas to send a WorkFlow for the portal it appears in the Business Workplace 2 tasks equal responsibility, one that he takes the action and another just to view.
I'm putting the task as a Task General on TASK's, because those responsible need to be selecting this table.
I can not enter a User, position, unit or function sets in the task, because in this company, those responsible are moved frequently
What do I need: To make only one task is presented only to the official who was selected in the table, without which other people receive the same task.
Is there any way I can do that?
Thanks

Hi,
You should assign only 1 agent to the task. Please chek workflow container -> task container binding in your workflow template.
Regards,
Masa

Similar Messages

  • Assiging task to specific user in a role

    Hi,
    I want to assign a task to a specific user in a specific role. However, it seems
    that using wlpi I can assign tasks either to a user or to a role !!!
    Is there a way where I can assign a task to user in a role e.g. assign task1 to
    user John in a Manager role....as user may be having multiple roles in the system..
    Regards,
    Vinkal

    Hi Vinkal,
    Could you pls tell me how to do this in wli 8.1 sp2 if you have any idea?
    Regards
    Sai
    "Vinkal Kumar" <[email protected]> wrote:
    >
    Hi,
    I want to assign a task to a specific user in a specific role. However,
    it seems
    that using wlpi I can assign tasks either to a user or to a role !!!
    Is there a way where I can assign a task to user in a role e.g. assign
    task1 to
    user John in a Manager role....as user may be having multiple roles in
    the system..
    Regards,
    Vinkal

  • Assign task to specific user

    Hi,
    I was wondering how do I assign a task to users by following these criteria:
    - Users belonging to a specific group
    - Specific user

    Hi
    To assign to a particular participant, you can do the following:
    part = participant.find(name :participantName)
         participant.next = part

  • Assign Task to a specific user based on the value of DDL from the form

    Hello,
    Can any one please advise me on how to assign a task to a specific user based on the value of the drop down list from the form. E.g. user fills the form and before they submit the form they have to select one of the name from the drop down list so the form can go to that person for approval.
    Thanks in advance,
    Han

    I got it works now by using the xpath expression (in workbench) to assign to the selected user from the DDL in the form.

  • Hidden shares for specific users

    Hi,
    I've been computer admin for years but please forgive my ignorance because I'm new to Mac Server. I am using 10.5.6 server on a PPC dual G5. All clients are 10.5.6.
    I am trying to setup hidden network folders that only specific users can access.
    On a local slave drive I have created share points within ServerAdmin. One of these is a folder called "NetUserStorage" and within this folder I have a folder called TestUserFolder. I did NOT set up NetUserStorage as a sharepoint. I did set up a TestUserFolder as a sharepoint via only SMB (guest access off) and made the TestUser (which i created in WGM) have Full Control, localadmin has RW, Others has none.
    FYI, the server doesn't do DNS, DHCP, or anything, it's just a file server.
    The client is only bound to server via the application "Directory", and I log into the client as a local user. When I connect to server and enter the correct path (smb://IP.x.x.x/Volumes/HD/NetUserStorage/TestUserFolder/) with the correct TestUser and password, I get an error message that says "You do not have permission to access this server." Yet I can connect to the server as guest and access all the public shares fine.
    Could anyone offer some advice? I'm reading and learning as quickly as possible and have already done some great stuff but I can't seem to do this simple task.
    Thanks.

    Steve thank you for helping me. You've helped me answer this question but I now have another (of course right?).
    I finally got it to work by typing just the IP of MyMacServer and then choosing the share. Previously, I was typing the whole path to the hidden share I was trying to mount (smb://IP.ip.ip.ip/Volumes/HD/HiddenFOlder/TestUserStorage/). Now, when I simply type smb://IP and hit enter, authenticate as TestUser, I am presented with shares to choose from including the hidden folder I have been trying to mount. I can also confirm when connecting as a different user that the hidden TestUserStorage folder is not an option to mount, and is not even listed - which of course is what I want.
    So now I have a question about logging into the client computer using network accounts.
    On the client computer, I had been logging into a local account, LocalUser. I bound the client computer to the server using "Directory Utility" and the TestUser account (TestUser is a network account found in OD on MyMacServer). I have software update looking to the MyMacServer and pulling updates from it, and at the logon screen on the client computer, I can select the "other" account and login as MyNetAdminUser (a user located in OD as TestUser is), but when trying to logon as TestUser I am not able to.
    Thank you for all your help so far, hate to be such a noob, but got any ideas on why I can't login to the local client using the TestUser account?
    Thanks again.

  • OIM - Email notification to a specific user based on a dynamic rule

    Hello, After creation of account in a particular target resource I need to send an email to a specific user based on the location of the user (e.g area admin).
    In the notification tab of process tasks, I see only "Assignee", "Requestor", "User", "User Manager"? How can I achive the above specified requirement?
    Before posting this question, I tried to search the forum for any previous posts related to this. But I couldn't find any. May be I was not searching with right key words.
    Any help is appreciated. Thanks in advance.

    You'll need to custom code an adapter to send the email, then you can send to any user you want. Create a new task and trigger it off the completion response code. You can use the following apis:
    tcEmailNotificationUtil sendMail = new tcEmailNotificationUtil(ioDatabase);
    sendMail.setBody("Type your body here or use a string variable");
    sendMail.setSubject("Type your subject here or use a string variable");
    sendMail.setFromAddress("[email protected]");
    sendMail.sendEmail("[email protected]");
    Just populate the above pieces with the information needed.
    -Kevin

  • How to block the status mail for an inbound Idoc to a specific user

    Hi,
    I have to stop sending the error status mail to a specific user depenidng on Partner Type. This will trigger when an inbound Idoc contains status error(message type INVOIC &ORDRSP).This user needs other mails which are getting triggered with the same Idoc for the same partner. Basically, the requirement is to block only the status mail for that user. The statndard task for this is TS70008125 and it uses the agent determination rule 30000001 (Idoc Administrator).in WE46, this task is assigned to process code EDIR. I have copied the task to a custom task and changed the agent determination rule. I would like to know how will I configure this task so that this custom task will trigger for the status error, without altering other workflows for the same message type & the partner type. Or is there any other way to block the mail?
    Thanks,
    Santosh

    Hi,
    I have done the required coding to exclude the specific agent from the rule,copied the task and its ready. My question is how do I map this custom task to a particular partner type, for the message type INVOIC in WE20? (The message type used for the inbound Idoc is INVOIC). I checked the Partner profile in WE20. Most of the process code is using function module as the processing type.
    Thanks,
    Santosh

  • One Library for multiple users?

    I did not realize that the library would be tied to a specific user on a computer. Is it possible for 2 users to share the same library? I created a library under my log in, but my wife can not see it when she logs in. If we can't have just one library for the whole computer how can I transfer all the cd's i imported to iTunes to my wife's log in?
      Windows XP  

    these documents might be of some assistance with that:
    How to use multiple iPods with one computer
    iTunes: How to share music between different accounts on a single computer

  • How to list all calendars that are shared to a specific user?

    Hi,
    Using Exchange Management Shell/Powershell, I want to list all calendars that are shared to a specific user 'myuser'. 
    I have tried different approaches; list all calendars for all users and then figure out which ones are shared to 'myuser', list all mailboxfolders for 'myuser' with path 'calendar' and sort out the shared ones, ... No luck so far.
    Anybody?
    babu

    Hi
    If you try this command:
    Get-MailboxPermission MyUser

  • How can I set a specific user log on neme to a specific machine

    Greeting,
    I have a question : 
    How can I set a specific user log on name to a specific machine.
    e.g. 
    Only User.A can log on to PC.A and the other can not.
    Base On :
    Windows Server 2003
    Active Directory Version : 5.2.3790.1812

    Technically we're both right.  This depends on what scenario you're setting this up.
    1)  If you want to say only this person can log on to this machine, and it's not an enterprise solution (meaning you have a handful of computers you want restricted, not all computers) then do something like Yan Li has recommended.  However, I
    do not recommend using any DENY LOCAL LOGON user rights.  In this case, you would have to deny everyone except 'User A' and your Administrators.  If you put a user in ALLOW LOCAL LOGON and DENY LOCAL LOGON, then DENY wins and no one logs in.  Instead,
    you should remove all the settings from ALLOW LOCAL LOGON and add only User A and administrators.
    2) If this is an enterprise solution, use the LOG ON TO option I mentioned before.  Managing user right assignments per machine is very difficult and isn't a practical way to do it on a large scale.  If every user in your domain is assigned a computer
    that they can use, only that user can use that machine and that machine will effectively only allow that user.  For this to work, EVERY user must be restricted to a workstation, if no setting is present, then that user can log on anywhere.  This
    is my preferred solution still.
    Like I said, it depends on your situation to which route is better.  I hope this helps and is clear and easy to understand.
    - If you have my posts to be helpful, or the answer, please mark them appropriately.  Thank you.
    Chris Ream

  • InteractiveForm element used in WDA empty for specific user

    Hi!
    We have a WDA application that consists of several forms to fill out, and the data from the forms are then filled into Adobe Forms displayed in the WDA as a summary through an element of the type InteractiveForm. The application uses 4 different Adobe Forms templates.
    The adobe forms have layout type ZCI layout, the interface are XML schema based and generated based on the context of the WDA.
    For most users this works all fine, but for one specific user the InteractiveForm element always displays blank for one specific form-template. This only happens in production-system, and not in the QA-system.
    There are no error-message displayed to the user, and no dump in ST22. I've also looked at the logs in our ADS, but can't find the request to create the Adobe Form there at all.
    [This is how it should look|http://www.flickr.com/photos/tomstensrod/3079673106/] and [this is how it actually looks.|http://www.flickr.com/photos/tomstensrod/3078847943/]
    Anyone experienced this or can give any input to how we should progress to find the cause and remove the problem?
    Cheers
    Tom

    Sid,
    Can you check below SAP note if can help
    534659 - CJ9ECP/CJ20N: Display - Different default values
    Regards
    Tushar

  • How to add one task in manager task list in CRM

    Hello,
    I have one scenario like when the user status is changed in service request then manager should get one email notification and that one task should be added in the manager task list.
    To send the email I have configure the Action profile and its working fine, but thing is that I not able to create the task so that manager can see this in his/her 'My Open Task' area. For this do I need to configure any workflow or some thing else.
    Any idea will be help full.
    Thanks
    Subhankar

    Solved by my self

  • Create multiple Task Instance from one Task Instance

    We have a process, where user can request for multiple resources(access) in one single request.Currently user has to wait until all the resource requests are approved by application owners to start the provisioning process.
    I am thinking of splitting that one request(task) into multiple task, based on the number of resources requested.so that, if one resource request is approved user can get that particular access.
    My question :
    1.How will I split the one task into multiple task and pass the required information to child task?
    2.How do I handle views?Currently since its one task , we checkout and check-in the same view.
    3.How will I overcome the possibility of one view overwritten by the other.
    Thanks.

    We have a process, where user can request for
    multiple resources(access) in one single
    request.Currently user has to wait until all the
    resource requests are approved by application owners
    to start the provisioning process.
    I am thinking of splitting that one request(task)
    into multiple task, based on the number of resources
    requested.so that, if one resource request is
    approved user can get that particular access.
    My question :
    1.How will I split the one task into multiple task
    and pass the required information to child task?
    2.How do I handle views?Currently since its one task
    , we checkout and check-in the same view.
    3.How will I overcome the possibility of one view
    overwritten by the other.
    Thanks.Hi,
    yes u can split one task into multiple task means as ur requirment diffrent task for different resource. so u have to write diffrent W/F for each resource and call them by setting a counter for number of resource.
    the below code help u.
    <Variable name='index'>
              <i>0</i>
         </Variable>
    <Activity id='1' name='createNewTask'>
              <Action id='0' name='createView' application='com.waveset.session.WorkflowServices'>
                   <Argument name='op' value='createView'/>
                   <Argument name='type' value='Process'/>
                   <Argument name='viewId' value='Process'/>
                   <Argument name='taskName'>
                             <s>give any name to the task</s>
                   </Argument>
                   <Argument name='process'>
                             <s>task name that u want to launch</s><!-- u can get task name dynamicly by rule also by passing resource name -->
                   </Argument>          
                   <Argument name='accountId' value='$(accountId)'/><!-- pass the required information to child task as argument -->
                   </Action>
                   <Action id='1' application='com.waveset.session.WorkflowServices'>
                   <Argument name='op' value='checkinView'/>
                   <Argument name='view'>
                        <ref>view</ref>
                   </Argument>
                   </Action>
                   <Action id='2'>
                        <set name='view'>
                        <null/>
                        </set>
                   </Action>
                   <Transition to='incrementIndex'/>
    </Activity>
         <Activity id='2' name='incrementIndex'>
              <Action id='0'>
                   <set name='index'>
                        <add>
                             <ref>index</ref>
                             <i>1</i>
                        </add>
                   </set>
              </Action>
              <Transition to='createNewTask'>
                   <lt>
                        <ref>index</ref>
                        <ref>length</ref><!-- number of resource-->
                   </lt>
              </Transition>
              <Transition to='end'/>
         </Activity>

  • How to call Process Task in AD User proccess definition from Xellerate user

    Hello,
    I need a help from you guys.
    I have one customized process task in "Xellerate User" Process definition. When my this task executes completely, I would like to call one of the customized process task in "AD User" process definition from xellearte user. Is there any way we can do that?
    Thanks for your any help....

    There are lots of ways to accomplish this. I haven't read through the other posts, but here are a few options.
    Option 1 - Create a second task that also triggers at the same time, but set the task you already have as preceding. Then on your second task, write whatever code is needed to update a field, insert a new task, whatever the function is that's needed.
    Option 2 - On the completion response of your original task, just use the response code to trigger the second task from running. Then again, write whatever code is needed.
    Option 3 - Create a UDF on your user form. Add this field to the Lookup.USR_PROCESS_TRIGGERS. When your first task completes, use the APIs to update this field with a new value, perhaps the current date. On your AD Process Definition, create a task with the name you used in the lookup. This task will get triggered whenever the field is updated. Now if the user does not have an AD Instance, you don't have to worry about it ever running.
    I'm sure you could create other event handlers as well to do this, it just depends on how creative you want to be.
    -Kevin

  • I want to receive all emails a specific user sends and receives

    Hello,
    I am a SysAdmin of a medium-sized company, and for different reasons, I would like to configure/implement what the title says.
    I would like to receive all the emails a specific user sends and receives without him noticing (even the ones he is CC'ed).
    Is this possible? If so, how can I do it?
    Note: we are running Exchange 2010.
    Thanks in advance.

    Note that the CAL requirement is stated clearly in the link I sent:
    Standard journaling   Standard journaling is configured on a mailbox database. It enables the Journaling agent to journal all messages sent to and from mailboxes located on a specific mailbox database. To journal all messages
    to and from all recipients and senders, you must configure journaling on all mailbox databases on all Mailbox servers in the organization.
    Premium journaling   Premium journaling enables the Journaling agent to perform more granular journaling by using journal rules. Instead of journaling all mailboxes residing on a mailbox database, you can configure journal
    rules to match your organization's needs by journaling individual recipients or members of distribution groups.
    You must have an Exchange Enterprise client access license (CAL) to use premium journaling.

Maybe you are looking for

  • Jsptag library for paging..

    hi friends i am using third party tool (i.e jsptag) for paging it is displaying first page properly.. but i when i click previous or next any page's then it is not working and here is my code <%@ page session="false" %> <%@ taglib uri="http://jsptags

  • I have an older HDTV with only 1 HDMI connection. I use a Bose 3.2.1. GS Series II system and have a HDTV cable box. Bose system has no HDMI. How can I connect an Apple TV to this system?

    I have an older flat panel HDTV with only 1 HDMI connection which is being used through my cable box for TV reception.  I also use a Bose 3.2.1. GS Series II home theatre system.  It has no HDMI inputs. Can I use an Apple TV with my present system? 

  • Back up in PSE 8

    I always back up my catalogue using Organiser and an external Hard Drive. Suddenly I am experiencuing a duplication of the catalogue folders. When the back up starts it records the usual pictures but on completion then goes onto record a second set o

  • How can i add a new tool in adobe illustrator tool box ?

    Hi, I want to create a new tool in Adobe illustrator tool box, which calls another application. I am a beginner in Adobe illustrator plug-in programming. Please help me................ Thanks in advance Sreejesh K V

  • Add Image in j2me

    hi everyone i have developed a chat application through which we can chat online from mobile with wireless toolkit using netbeans5.5. Application is running fine on all phones but i am getting a strange problem with images on some phones. i have adde