Who approved in BPEL group vote approval

Hi All,
I have setup group vote as the Participant style for notification/approval. In the group I do assign multiple users and the process continues if any of the user approves the notification in BPM Worklist. I would like to know which user approved the notification.
I tried to get information from the payload of the notification, trying to get from system attributes such as UpdatedBy, AssigneeUser etc.. I do get 'bpeladmin' as the UpdatedBy, whereas I am expecting the actual approver.
Any help in this regard is greately appreciated.
Thanks,
Krishnaraja Nelli

Thanks Marc.
I did get into ORABPEL schema and found the associated tables. I need to use database adapter to get the approver based on certain conditions.
However, I was expecting to get the approver in the HumanTask(Notification) payload - not using DB adapter.
Do you think its possible?
Thanks,
Krishnaraja Nelli
Edited by: Krishnaraja Nelli on Oct 30, 2008 4:51 PM

Similar Messages

  • How to find the user who approved the workitem.

    Hi experts,
    I have created a parking/posting workflow.
    When the user Approves, parked document is posted and BKPF table is updated with WF-BATCH as user name.
    Now I need to find the actual user who approved the workitem for posting.
    My plan is:
    1. Find the workitem id using the BOR, company code, document no, year, task no.
    2. Find the user who processed the above obtained worktem id.
    Please let me know the tables for the above points 1 and 2.
    Or let me know if there is any other way to find the actual user.
    Regards,
    Karthik

    Hi,
    To get the workitem ID with respect to a specific business object instance make use of the FM SAP_WAPI_WORKITEMS_TO_OBJECT
    To know who processed the determined workitem either you can make use of the FM SAP_WAPI_GET_WORKITEM_DETAIL or directly read the table SWWWIHEAD and you can find the actual agent WI_AAGENT this is the field which says who has executed the workitem.
    Regards
    Pavan

  • Is there a way to find out details about, who approved the RMA on system using front end or back end?

    Is there a way to find out details about, who approved the RMA on system using front end or back end?

    But is there a way (simple or not-so-simple) to find
    out EVERY SINGLE FILE that's referenced on a
    timeline? (I have lots of stuff imported into the
    project that I know isn't used on any timeline, but
    I'm afraid of moving or deleting things for fear of
    never finding it again.)
    I'd love to get some sort of "printout" (a list or
    something) of every single file.
    There is, go to browser and cntrl click on any one of the columns,
    and select - show/source. A new column named "source" will pop up and will show where everything "lives". Click on the header at the top and it will justify the column as well. You'll notice this won't show anything for your seq.'s. of course, but will show stills/audio/motion files...
    Once you have the new column, you can drag it next to the "name" column and get a grab of it and print it if you like, or whatever.
    If you want to do this for just 1 seq., then can create a new bin and double click it to open it. Cntrl-A (select all) in your main seq. and just drag all into the new bin. You will see only what's in that seq. with the "source" column right next to it.
    From what I've read, you seem to get the MM thing and it's obviously what you'll need to do to archive as the guys said. But what your missing is a file path system to where everything resides.
    Hope this helps and that I've read you properly,
    Peace
    P-Book 1.5, 17" 2gsRAM   Mac OS X (10.4.4)   FCStudio

  • Tracing Who Approved a Device from ActiveSync Quarrantine

    Is there a way to tell through the event logs who approved an ActiveSync Device out of quarrantine?  I have not been able to find an event id tied to a user account.  Although I can see the set-CASmailbox cmdlet was run.  
    I have a customer with an issue where several devices were approved by an IT staff of 10 without the proper BYOD paperwork being signed by the end user. 
    The staff are spread across 5 locations so getting them together is difficult.  I need a way to audit the approvals on an ongoing basis, and knowing who to speak to when the paperwork is missing so that I can reinforce to them the
    proper policies and procedures for device approval. 

    I would search the AdminAuditLog for that information with something like:
    Search-AdminAuditLog -Cmdlets Set-Casmailbox -Parameters ActiveSyncAllowedDeviceIDs
    Martina Miskovic

  • Who Approved the Request ?

    Folks,
    In our approval workflow, 1st level approval is approved by the manager and then the 2nd level approval is assigned to a Role and then 3rd level approval is also assigned to a role . Any member of those roles can approve the request .
    I would like to understand is there way to fetch all the approvers who approved the request via a SQL Query !
    Any help would be appreciated.
    Regards
    Sid

    Check in SOA INFRA tables.
    WFTASK
    WFTASK_TL
    WFTASKHISTORY
    WFTASKHISTORY_TL
    WFCOMMENTS

  • Get user who approve review activity

    Hi, 
    It's possible  to create a notification to notify affected user who approved her review activity ?

    It possible into Powershell or Orchestrator.
    More difficult way is coding own workflow.

  • How to find approvers who approved the shopping cart

    Hi All,
      My requirement is as follows:
      If I give the shopping cart document id, I should be able to find
      1) the list of approvers who approved the document
      2) how much time they have taken to approve the document
      3) any pending approvals for the document.
    Can anyone help me in this?
    Thanks,
    Sivagami R

    Hi..
       Here is technical details which will help if you are in SRM 7.0..
       The below methods are in the class /SAPSRM/CL_WF_EVENT_FACADE
       Pass the SC GUID to method 'GET_WORKFLOW_ID_BY_DOCUMENT'  .. get the header workitem id.
       1 . to get the current approvers list call the method GET_CURRENT_AGENTS..
       2.  to get the previous approvers list call the method GET_PREVIOUS_AGENTS.
      if you are in SRM 5.0 then use the below FM's..
    1 . call the FM BBP_PDH_WFL_WI_FROM_OBJECT_GETu2019 to get the header workitem id..
    2 . call the FM u2018BBP_WFL_DIN_APPR_FINALLIST_GETu2019  to get the list approver's for a SC
    3 . if you need the workitem details then call FM BBP_PDH_WFL_WI_DETAILS_GETu2019..
    Regards,
    Saravanan

  • BPM group vote result

    Hi All,
    I am using the group vote(GP).
    It is a parallel, and i assign the voting to 2 users(User A and User B).
    The outcome of the GP can be rejected if at least one reject  and accepted elsewere.
    I would like to implement the following behavior:
    In case of a rejection, if reject was done by User A then perfoming HumanTaskA else perfoming HumanTAskB.
    Is there any way for accessing the result of the group vote in an easy way?
    Regards Piero

    If you need to store the separate answers they each give, then you might instead want to consider using a Subprocess (multi-instance) instead of using a "group" human task.
    If you go this route, you would base how the multi-instance subprocess "bursts" your 2 to 7 items inside the subprocess on an array (collection) of business objects. Each item in the subprocess would indicate who the work item should be assigned to using a simple User interactive activity. When the user answers the question inside the interactive activity's human task, their answer would be stored in the array along with their user id.
    Dan

  • Group Vote only one group

    Hi,
    I'm designing a human task where there needs to be a group vote of the users of only one group. If I select Group Vote, group -> "Name of the Group", the task is sent to the users of the group. One of them claims it and answers for the all group. Not what I want.
    What I want is, the users of the group receive the task, for example, 70% agree with the vote and the human task is finished. This behaviour happens when I select group vote and manually add all users of the group. How can I achieve this?
    Thanks,
    João

    Tasks can be assigned to both users and groups. In a group vote, if you assign the task to a group, there is only one assignment, which is to the group.
    If you want to create a group task for each user in the group, please assign dynamically the users of the group task using the xpath extension function, ids:getUsersInGroup(groupName, direct, realm). Please see section D.7.8 in the developer's guide for details of this function.

  • How do you add the contact who sent out a group text?

    How do you add the contact who sent out a group text? Also, how do you reply to the sender without having to reply to everyone in the group text?
    Thanks

    bmm243 wrote:
    Is this feature equip for apple phones?
    No.

  • Query to find all ORACLE Finance Users who Approve via Email Notifications.

    Hello to all,
    I'm not being lazy here honest, but Ive been asked to find out which users Approve PO's (Purchase Orders) via E-Mail rather than through the Application. As far as I can see, the WF tables do not show the differentiation between those who do one or the other and so Im asking if there's anyone who knows about any other fields where this can be found out.
    Many thanks
    Steven

    Hi,
    I've added my thoughts to the duplicate post on the WorkflowFAQ forum at
    http://smforum.workflowfaq.com/index.php?topic=472.0
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Who submitted a timecard and who approved it?

    I am looking for a query to show for a timecard, who submitted it and who last approved it. Can anyone help?

    Ok, so there are a couple of options....
    I'm not sure if this is setup specific but the approver for the timecards in our system is setup as the supervisor against the current assignment for the person setup.
    Option A
    query the per_all_assignments_f table and find the supervisor field. (obviously this doesn't take into account and changes in the workflow should the actual supervisor setup a redirection while they are away.
    Option B
    For some reason this did not return as many results as I would have expected but it was definitely correct for some entries. (It seems there is not always a notification_id present in the "WIAS" table but I think this is actually just a symptom of some of the workflow problems we've had recently.
    select hts.*, wn.from_role timecard_submitter, wn.recipient_role timecard_approver
    from hxc_timecard_summary hts,
    wf_items wi,
    wf_item_activity_status wias,
    wf_notifications wn
    where hts.approval_item_key = wf.item_key
    and wi.item_key = wias.item_key
    and wias.notification_id = wn.notification_id
    I've re-written this query from memory so there may be an error or two but you get the point.
    the submitter/approver field in the query above should equite the the fnd_user.user_name field if you need further details.
    You can also take a look at the following note in Metalink as it shows the link between the workflow tables should you need further clarification.
    Note: 444446.1 - Digram of relationship between core workflow tables
    Hope this helps.
    Edited by: user12194514 on 27/04/2010 18:15

  • Who is in a group call?

    Simply put, is there a way to see who is currently in a group call that's going on without joining it? I know that on the MAC platform just by clicking on the group you can see who's in it, but it doesn't seem that there is a function like that on windows. Unless I'm missing it, any clues?

    I'd just like to add that I'd be in favor of adding an option to see who is in the call without joining. I've done the pop-in and pop-out thing before, and it can be pretty awkward. It's not a major thing, it would just be a nice option. Sure, you can ask "Who's in the call?" but that's just as awkward if you get a response, then decide not to join xD Anyway, it'd be a nice little option to have

  • How to get previostaskapprover in group vote???

    I need know the previus task approvers in gruop vote, getPreviusTaskApprover dont return nothing...
    Thanks..

    You have to get the ID from the Administrators group:
    SELECT SI_ID FROM CI_SYSTEMOBJECTS where SI_PROGID='CrystalEnterprise.UserGroup' and SI_NAME='Administrators'
    the ID for that group is IS_ID='2'
    and later, the user ids from that group: (SI_GROUP_MEMBERS)
    SELECT SI_GROUP_MEMBERS FROM CI_SYSTEMOBJECTS where SI_PROGID='CrystalEnterprise.UserGroup' and si_id='2'
    or in just one select:
    SELECT SI_GROUP_MEMBERS FROM CI_SYSTEMOBJECTS
    WHERE SI_PROGID = 'CrystalEnterprise.UserGroup' AND SI_NAME = 'Administrators'

  • How can I see who is hosting the group call before...

    I want to see who's in the call before answering. Is there anyway to do this?

    Welcome to Apple Discussions,
    You are posting in the Mac OS X 10.6 client forum. For questions on 10.6 server post in the server forum: http://discussions.apple.com/category.jspa?categoryID=96
    Good luck!

Maybe you are looking for

  • Reducing PDF File

    How do I reduce the size of a PDF file? It is now 1.9 MB and I would like it to be 150kb. It is just a photograph of me and I can't send it through to some email servers because it is too big. A

  • CREATION  OF 'PB'  INFOTYPE

    HI , I AM ABLE TO CREATE THE ''PA'' INFOTYPE BY USING''PM01'' BUT, I AM NOT GETTING HOW TO PROCEDE FOR ''PB'' INFOTYPE PLZ LET ME KNOW, THIS IS VERY URGENT, THANKS IN ADVANCE , SAI

  • RE-INSTALLING MAIL IN SNOW LEOPARD

    I want to re-install MAIL and Address Book in OS X Snow Leopard. I have tried following the instructions on Apple Support (re-start and hold down the Control and R keys) - but nothing happens, my macbook just re-starts as normal. Any advice? I am pre

  • Trying to connect IPhone 4s to TV using AV TV RCA Video USB connector Does this require any special software?

    Have been unable to get IPhone 4S to show up on AV TV Using AV TV RCA Video USB connection. Have tried in HD 720i, HD 1080i and 1080p TV's.  Is there any special software needed on the I Phone to do this?  if so please advise.

  • How do I stop my iPod from turning itself on and off??

    My button on my IPod has been broken for a while now but that's fine. But just recently my iPod started turning itself on and off as if I'm pressing the lock button. This problem is VERY annoying. If anyone knows how to fix this PLEASE help.