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

Similar Messages

  • Studio- Group Component in BPM ObjInter Call result Class Not Found

    My problem involes behavior in the Aqualogic Studio Workspace.
    I have an BPM object "Project" which has a group of BPM "Job" objects within it. They are grouped and my expectation is that i can add jobs to the project with the "+" or "-" . I'm assuming this is pretty standard OOTB behavior.
    This works perfectly fine when I "run>" the screen flow (BPM Object Interactive Call) and I can add and remove job items.
    When I run the application on the Workspace within Studio I get an error indicating that the class used by the job is not found.
    The task could not be successfully executed.
    Reason: 'java.lang.ClassNotFoundException: java.lang.ClassNotFoundException: xobject.Common.CommentCollection$CommentGroup'.
    My gut feeling is this is a problem with the Workspace because I check the system/catelog*.jar file and the class is definitely there along with my other classes.
    As you can see, it is not finding the BPM group within the Collection.
    I've done complete "Clean" of the project as well as deleting everything in the <workspace>/<project>/system folder.
    I'm pretty sure this worked on my first run through. Is there any reason why the workspace would start "not finding" classes inside other classes?
    Edited by chimeraM at 04/22/2008 5:24 PM

    Our team is trying to complete a 2 week POC (hence the Urgency) on a BEA Aqualogic business model (ALBPM) system for a simple workflow which would allow us to create a Project (object), associate many Jobs(objects) to the Project, Associate Components to the Job and Comments to the Components. We simply want to have simple string attributes within. We are using BPM Objects to represent these objects and after designing these data objects and beginning implimentation we ran into an issue.
    We are 1 week into the project and are gated with an issue in displaying the Project, Job, Component and Comments objects in the Screenflow using the OOTB Presentation system.
    Here are the symptoms of our probem. We are are getting a "ClassNotFound" exception from Studio Workspace when we try to add elements to the repeatable elements in our objects. The class that is not found is usually some embedded class that we are not even trying to display but is referenced by the class we are running presentation upon.
    We are using "groups" (glorified arrays) which allow the BPM Object Presentation to easily create repeatable line items (they have built in presentation pieces for order, add, remove, etc) so that we don't have to write custom JSP presentation for each BPM objects.
    We feel that since the BEA Aqualogic system provides the framework for grouping objects and forming this relationship, it should be able to support instantiating these objects and running these inside the workspace. We're also able to instantiate these within Studio and they work. The issue happens when we run the process in Studio Workspace. Studio Workspace is when the application reports "ClassNotFound" exception. (We checked the Jar file, they are all there and the class is there and any non-complex class gets found and utilized by Workspace)
    Is there anyone with experience able to tell if this is a Studio Bug? Is there something simple we are missing? Has anyone been able to use ALBPM Presnetations to display objects that have embedded groups within Studio Workspace?
    We are on
    BEA AquaLogic(R) BPM Studio
    Version: 6.0.2
    Build: #84550

  • How to digit grouping in result grid?

    Hello Community & SQL Dev team,
    Asking on behalf of my workmate :)
    ===================
    Does anyone know to enable digit grouping in result grid?
    Display: 999,999,999
    Instead off: 999999999
    ===================
    Yury

    Thanks Barry, the feature request has been submitted:
    https://apex.oracle.com/pls/apex/f?p=43135:7:10812276646823::NO:RP,7:P7_ID:36181
    Forum members: visit the link and vote for the feature if you would find it useful.
    Cheers!
    Marc

  • 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

  • "group by" resulting in 'invalid number' error

    Hi,
    I have following query:
    SELECT from_locn from  appwms.PROD_TRKG_TRAN ptt 
    join
    (select locn_id,locn_brcd from appwms.locn_hdr where locn_brcd like '60-001-%') locn on locn.locn_id=ptt.from_locn
    where  ptt.TRAN_TYPE = 500
    This runs fine and displays results as below:
    FROM_LOCN
    0000317
    0000319
    0000319
    0000319
    0000319
    Now, adding a group clause results in error:
    SELECT from_locn from  appwms.PROD_TRKG_TRAN ptt 
    join
    (select locn_id,locn_brcd from appwms.locn_hdr where locn_brcd like '60-001-%') locn on locn.locn_id=ptt.from_locn
    where  ptt.TRAN_TYPE = 500
    group by from_locn
    ORA-01722: invalid number
    01722. 00000 -  "invalid number"
    *Cause:   
    *Action:
    Kindly let me know what I am missing here

    Hi,
    I don't see any obvious mistakes.
    Whenever you have a problem, post enough so that the people who want to help you can re-create the problem and test their ideas.  Include a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables involved, and also post the results you want from that data.Make sure the error occurs with the sample data you post.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • 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.

  • Group by result in query

    how can i see the group by result in a query means show result also in groups i hope u guys understand wat i meann

    Mushy wrote:
    how can i see the group by result in a query means show result also in groups i hope u guys understand wat i meannJust select the GROUP BY columns. Not sure what you are exactly looking for. Lets say you have a table of employee and you want count of employee on each department you can do this
    SELECT deptno, count(*) FROM emp GROUP BY deptnoHere i have selected deptno and grouped by deptno.
    Is this what you are looking for?

  • Group Policy Results wizard on Windows 8.1

    I am using the Group Policy Management console on Windows 8.1.  When I run the Group Policy Results wizard and target a computer running Windows Server 2003, I get the following error in the Details and Summary tabs: "An error occurred while generating
    report: There are no more endpoints available from the endpoint mapper".
    This only happens if I target a Server 2003 computer.  If I target Windows XP (and up) or Server 2008 (and up), it works fine.
    I tried running the wizard from a Server 2012 and a Server 2012 R2 computer and I receive the same error. If I run the wizard from other versions of Windows/GPMC, I can target those Server 2003 computers just fine.
    Also, the GPRESULT tool works from Windows 8.1 when I target a Server 2003 computer.
    Is Server 2003 no longer supported by the GP Results wizard or is something else messed up?  Web searches for that error just come up with things relating to Active Directory replication, Windows firewall, or the RPC locator service.

    > "An error occurred while generating report: There are no more endpoints
    > available from the endpoint mapper".
    Are server and client in the same network? If not: Double check ALL
    intermediate firewalls... I remember such a problem with a TMG between
    server and client, but I don't know the exact resolution - another
    member of the team reconfigured the TMG.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Group Policy Results Error

    Hello
    When i want to get Group policy Results for one Computer in Domain came out this error: (Environment win2k8 and win7)

    Hi Amir,
    >>When i want to get Group policy Results for one Computer in Domain came out this error
    Before going further, we can try to run command gpresult/h gpreport.html
    with admin privileges on the computer to see if we can successfully collect group policy result.
    Best regards,
    Frank Shen

  • FEP Desktop Policies not compatible with GPMC Group Policy Results

    Hello,
    After aplying FEP default desktop policy I am not able to see Group Policy Results - policies for that computer.
    I get this error:
    The following errors were encountered: Registry value "%windir%\SoftwareDistribution\Datastore\Logs\Res*.jrs" is of unexpected type.
    This is a standard exclusion in the installed FEP policy.
    You can see only this error and nothing more. Sometimes it is another error mostly over registry value 2 or 3 or 4. It depens although the policy does not change.
    I tested it by deleting all other policies from that OU. The only one Default Desktop policy was linked to it.
    Also without FEP policy applied it workd as expected.
    Is this a known issue?

    Hello,
    After aplying FEP default desktop policy I am not able to see Group Policy Results - policies for that computer.
    I get this error:
    The following errors were encountered: Registry value "%windir%\SoftwareDistribution\Datastore\Logs\Res*.jrs" is of unexpected type.
    This is a standard exclusion in the installed FEP policy.
    You can see only this error and nothing more. Sometimes it is another error mostly over registry value 2 or 3 or 4. It depens although the policy does not change.
    I tested it by deleting all other policies from that OU. The only one Default Desktop policy was linked to it.
    Also without FEP policy applied it workd as expected.
    Is this a known issue?
    It's still a problem.  No-one has fixed it.
    -=Chris

  • Transaction of item with cost-group 2008 results in cost-group comingle

    Hi Folks,
    I have the following error on Miscellaneous Transaction when I use a different cost group than the default one assign on subinventory:
    Transaction of item with cost-group 2008 results in cost-group comingle
    In our specific case, we define a CONVERSION subinventory with default Cost Group is X
    We would like to create Miscellaneous Transactions (interface table) which use CONVERSION subinventory with different Cost Group.
    The problem is when we use a Cost Group other than X, the "comingle" error occured.
    Is there a manner to create a Miscellaneous Transactions base on a Cost Group different than the default define in the subinventory?
    Regards

    HI,
    is not that type of error.
    Actually there is no error. the system is working as it should.
    I have used different cost groups in subinventories.
    I need a way to change the cost group for some of the items.
    I found some workaround in article 837816.1 but i'm not able to follow it.
    Pls,
    help with procedure to follow.
    Thank you in advance,
    Denis

  • Transaction of item with cost-group 2614 results incost-group comingle

    Hi,
    I'm working on EBS 11i.
    I have setup inv organization and wms is enabled.
    When i'm trying to make transactions betwwen suborganizations there is an
    error message for some type pf items:
    Transaction of item with cost-group 2614 results in cost group comingle.
    I see that for some item, in On hand quanitity form are grouped in different cost groups.
    There is a way to change the cost group of those items, or to make this cost group disabled.
    In this organization I do not care about cost and account. (It is just needed to have physical count of items)
    Pls advice how to solve?
    Thank you in advance,
    Denis

    HI,
    is not that type of error.
    Actually there is no error. the system is working as it should.
    I have used different cost groups in subinventories.
    I need a way to change the cost group for some of the items.
    I found some workaround in article 837816.1 but i'm not able to follow it.
    Pls,
    help with procedure to follow.
    Thank you in advance,
    Denis

  • Assign ID to every group of result

    Hi all,
    I have this problem to assign serial ID to every group of result for my SQL. Let say if I want to group date for 11 data and my result returned 5 groups of date. Is there any way I can create a SQL statement that can assign ID for each group of date without using 'GROUP BY'? Using example count() over total maybe?

    Use DENSE_RANK analytic function
    with c as
    select sysdate DT,1 ID,'VAL1'  VAL FROM DUAL UNION ALL
    select sysdate DT,2 ID,'VAL2'  VAL FROM DUAL UNION ALL
    select sysdate DT,3 ID,'VAL3'  VAL FROM DUAL UNION ALL
    select sysdate-2 DT,4 ID,'VAL4'  VAL FROM DUAL UNION ALL
    select sysdate-2 DT,5 ID,'VAL5'  VAL FROM DUAL UNION ALL
    select sysdate-4 DT,6 ID,'VAL7'  VAL FROM DUAL UNION ALL
    select sysdate-4 DT,7 ID,'VAL6'  VAL FROM DUAL UNION ALL
    select sysdate-4 DT,8 ID,'VAL8'  VAL FROM DUAL UNION ALL
    select sysdate-5 DT,9 ID,'VAL9'  VAL FROM DUAL )
    SELECT DENSE_RANK() OVER (ORDER BY TRUNC(DT) DESC ) RN, DT,ID,VAL
    FROM C
            RN DT                ID VAL
             1 13-AUG-10          1 VAL1
             1 13-AUG-10          2 VAL2
             1 13-AUG-10          3 VAL3
             2 11-AUG-10          4 VAL4
             2 11-AUG-10          5 VAL5
             3 09-AUG-10          6 VAL7
             3 09-AUG-10          7 VAL6
             3 09-AUG-10          8 VAL8
             4 08-AUG-10          9 VAL9
    9 rows selected.

  • Grouping splits results

    Hello, I have a problem with grouping some data:
    SELECT
    pas_code,
    pas_profile,
    count(sutp_id),
    sum(sutp_price),
    (sutp_price_proc * count(sutp_id) * pbk_price / 100) x
    FROM
    [...tables and inner joins...]
    WHERE
    lelele
    GROUP BY
    pas_code,
    pas_profile,
    sutp_price_proc,
    pbk_priceAnd the problem is, that when i use sutp_price_proc and pbk_price in grouping, it splits my results by those rows. If i delete them from grouping, sql gives me error about not a single grouping in line 1.
    pas_code     pas_profile     sutp_id          sutp_price     x
    2664          good stuff     3          100          69          < because pbk_price is like 67 from that period
    2664          good stuff     3          100          71          < because pbk_price is like 50 from other period Any ideas, how to get all results in a single line like:
    pas_code     pas_profile     sutp_id          sutp_price     x
    2664          good stuff     6          200          140Edited by: user613795 on 2013.6.6 00.44

    with data (pas_code,     pas_profile,     sutp_id,          sutp_price,     x) as
    select 2664,'good stuff',     3,          100,          69     from dual union all     
    select 2664          ,'good stuff',     3     ,     100,          71 from dual
    ) select pas_code,     pas_profile,     sum(sutp_id),          sum(sutp_price),     sum(x) from data group by pas_code,     pas_profile;
    Output:
    pas_code                     pas_profile            sutp_id               sutp_price                      x
    2664          good stuff               6          200          140

  • Urgent : how I get tree type group total result

    hi master
    sir now system give me this type for result
    PARENT ACCID DRBAL CRBAL
    K1
    K11
    11 K1101 46291132
    11 K1102 13182173
    11 K1103 23784045
    11 K1104
    11 K1105
    11 K1106
    11 K1107 10001795
    11 K1108 9083529
    11 K1109
    11 K1110 4224350
    11 K1111
    11 K1112 6696832
    11 K1113 7963381
    11 K1114 742766
    1 K12
    12 K1201 1486082
    12 K1202
    12 K1203
    1 K13
    13 K1301
    1301 K130101
    1301 K130102
    1301 K130103
    1301 K130104 1977616
    1301 K130105
    1301 K130106 736266
    1301 K130107 396673
    1301 K130108 42751
    1301 K130109 298362
    1301 K130110 187696
    1301 K130111 537
    1301 K130112 942
    1301 K130113 987
    1301 K130114 1272
    1301 K130115 40000
    13 K1302
    1302 K130201
    1302 K130202
    1302 K130203
    1302 K130204
    1302 K130205 259941
    13 K1303
    1303 K130301
    1303 K130302
    1303 K130303 177716
    13 K1304
    1304 K130401
    1304 K130402
    1304 K130403
    1304 K130404
    1304 K130405
    1304 K130406 809719
    1304 K130407
    1304 K130408 1786091
    13 K1305
    1305 K130501
    1305 K130502
    13 K1306
    1306 K130601
    13 K1311
    1311 K131101 788780
    K2
    2 K21
    21 K2101
    2101 K210101
    2101 K210104
    21 K2102
    2102 K210201
    2102 K210202
    22 K2205
    2205 K220501
    2205 K220502
    220502 K22050201
    220502 K22050202
    220502 K22050203
    220502 K22050204
    22 K2206
    2206 K220601
    2206 K220602
    but sir i need this type of result
    PARENT ACCID DRBAL CRBAL
    GROUP NAME K1
    GROUP NAME K11
    11 K1101 46291132
    11 K1102 13182173
    11 K1103 23784045
    11 K1104
    11 K1105
    11 K1106
    11 K1107 10001795
    11 K1108 9083529
    11 K1109
    11 K1110 4224350
    11 K1111
    11 K1112 6696832
    11 K1113 7963381
    11 K1114 742766
    TOTAL
    1 K12
    TOTAL
    GROUP NAME
    12 K1201 1486082
    12 K1202
    12 K1203
    TOTAL
    1 K13
    13 K1301
    1301 K130101
    1301 K130102
    1301 K130103
    1301 K130104 1977616
    1301 K130105
    1301 K130106 736266
    1301 K130107 396673
    1301 K130108 42751
    1301 K130109 298362
    1301 K130110 187696
    1301 K130111 537
    1301 K130112 942
    1301 K130113 987
    1301 K130114 1272
    1301 K130115 40000
    13 K1302
    1302 K130201
    1302 K130202
    1302 K130203
    1302 K130204
    1302 K130205 259941
    13 K1303
    1303 K130301
    1303 K130302
    1303 K130303 177716
    13 K1304
    1304 K130401
    1304 K130402
    1304 K130403
    1304 K130404
    1304 K130405
    1304 K130406 809719
    1304 K130407
    1304 K130408 1786091
    13 K1305
    1305 K130501
    1305 K130502
    13 K1306
    Sir I need total group by group father group total and child group total
    Please help me how I get tree type group total result

    Hi master
    thankyou for your reply
    Sir,
    i know and you see my working i get code form master table and get detal amount form other table
    I have two table see table
    Acctab               Baltab
    PARENT           PCID
    CHILD           title
    PCID           amount
    I need heretical result use this type of query but not success
    please see my query and give me idea how I get here full tree
    select test.child,test.pcid,baltab.pcid from (select acctab.child,acctab.parent,acctab.pcid
    from acctab
    start with acctab.parent is null
    connect by prior acctab.child= acctab.parent) test,baltab
    where test.pcid=baltab.pcid ;
    CHILD PCID PCID
    1 1 1
    2 2 2
    3 3 3
    11 111 111
    12 112 112
    13 113 113
    21 221 221
    22 222 222
    23 223 223
    31 331 331
    32 332 332
    33 333 333
    but I need this type result
    CHILD PCID
    1 1
    11 111
    12 112
    13 113
    2 2
    21 221
    22 222
    23 223
    3 3
    31 331
    32 332
    33 333

Maybe you are looking for

  • Issue with non calculated column in a fact table

    Hi All, With 3 facts(Fact1,Fact2,Fact3) and 2 Confirmed Dimensions my joins work fine in Criteria when I include All calculated columns from facts. If I try to include a non calculated column from Fact1(Which is a number Data type) Columns from Fact2

  • Functions not working please help

    Hi Guys, well here it is: I've been working with flash for a very long time both in as2 and 3 I recently had to re-visit a project in as2 and found something odd. When I create a movie clip with a name:  box_mc and inside I have a function ex: functi

  • Storing Icons in JAR Files

    As per the optimization best practices for web deployed forms , Image Icons( which are GIF images) on the buttons can be placed in a JAR file so that it can be cached by the client side JVM . Can anybody help me out and tell me the steps of how to do

  • PSE 7 Green Eyes

    I obtained a trial version of PSE 7.0 to try to correct green eyes in photos of our Westies. The Photoshop web site says the red-eye fix in Quick Fix also removes green and white eyes for animals. I tried it on three photos, and it does not. I also t

  • How do I back up media on my iPhone 3G?

    Apologies if this is too obvious. Up until now I've never used iTunes to sync my music with my iPhone. My mac doesn't have a lot of spare HD space, so I didn't want to use up 10-15GB in duplicated data. Right now I've realised (like everyone else) th