3 Replies Latest reply on Aug 18, 2007 7:59 AM by kukeltje

    OBE vs JBPM - pooled actors

    meet_nagi

      Hi,

      As of now in our production system we have OBE as the work flow engine. We are replacing it with JBPM to gain scalability and performance improvements.

      Currently we are in development phase and fairly new to JBPM. We need suggestions on the below question.

      In OBE XPDL we have mutiple user groups defined as below










      Panel Manager



      and in each activity which is the Token in JBPM we have below setiings where FieldSupervisor can assign tasks to MemebershipRepresentative.





      FieldSupervisor














      Please tell me how we can specify this user group hierarchy in JPDL.

      THanks

        • 1. Re: OBE vs JBPM - pooled actors
          kukeltje

          repost please and use [ c o d e ] tags (and use the preview option to check)

          • 2. Re: OBE vs JBPM - pooled actors
            meet_nagi

            oops, I am sorry.

            As of now in our production system we have OBE as the work flow engine. We are replacing it with JBPM to gain scalability and performance improvements.

            Currently we are in development phase and fairly new to JBPM. We need suggestions on the below question.

            In OBE XPDL we have mutiple user groups defined as below

            <Participants>
             <Participant Id="MembershipRepresentative" Name="MembershipRepresentative">
             <ParticipantType Type="ROLE"/>
             </Participant>
             <Participant Id="FieldSupervisor" Name="FieldSupervisor">
             <ParticipantType Type="ROLE"/>
             </Participant>
             <Participant Id="PanelManager" Name="PanelManager">
             <ParticipantType Type="ROLE"/>
             <Description>Panel Manager</Description>
             </Participant>
             </Participants>
            


            and in each activity which is the Token in JBPM we have below setiings where FieldSupervisor can assign tasks to MemebershipRepresentative.


            <Activities>
             <Activity Id="Process1" Name="Field Recruitment">
             <Implementation>
             <No/>
             </Implementation>
             <Performer>FieldSupervisor</Performer>
             <StartMode>
             <Automatic/>
             </StartMode>
             <FinishMode>
             <Manual/>
             </FinishMode>
             <ExtendedAttributes>
             <ExtendedAttribute Name="ParticipantID" Value="MembershipRepresentative"/>
             <ExtendedAttribute Name="XOffset" Value="51"/>
             <ExtendedAttribute Name="YOffset" Value="10"/>
             </ExtendedAttributes>
             </Activity>
             </Activities>
            


            Please tell me how we can specify this user group hierarchy in JPDL.
            Thanks

            • 3. Re: OBE vs JBPM - pooled actors
              kukeltje

              Unfortunately I don't have the time to tell you *how* it should be done, but with swimanes it is possible in jBPM. Just read some docs, look at the testcases in the source and it will be clear to you.