Using parallel split

Dear all,
I have a requirement.
I have a Human activity in my first step of the process flow, Once this is initiated, the process should be split into 3.
Each one the above process has to go to 3 different user groups. Any one person from each group has to act on the process.
Once all 3 are completed, I need to merge the process back to a single instance and send to the next level.
Can I achieve this using parallel split & parallel join?
I haven't worked on this parallel split scenario till now. I anybody can give me the steps to do so, it will be of great help to me.
Regards,
Aparnna Prasad

Hi Aparna,
As rightly pointed out by MArtin, you need to have a paralell join before the next activity. Once all the three paraleell activities are completed then only the control flow will move forward and I think that is what your requirement is.
Hope this helps!!
Regards,
Arafat

Similar Messages

  • How to use parallel sequence for split the operation qty. urgent or other o

    PP guru
    My scenario is as follows.
    I ve one material suppose…xyz.
    For that material I' ve created bom, routing.
    In routing I' ve mention only one operation. 0010.
    Now I' ve the production order of 1000 kg.
    I want to use two work centers to run this production order. ( e.g.work center a and b)
    In routing I used work center a.
    In short I want split that operation.
    So what I ve to do or use parallel sequence and how???
    or else is there any other option to split the order to two or more machines/work center?
    Pls explain me in brief.
    Regards,
    Ram

    Hi,
      If you want to carry the production with two different work centers , first you need to split the operation qty.
    For this in the order type dependent parameters OPL8
    in the controlling tab page enable the indicator Cost collector
    and set the default rule as PP2.
      Create a Product cost collector with KKF6N.
       Now in the production order , select the operation and choose functions--->>> split.
       Now enter the operation split quantity and execute.
       Now in MD04 you can see two production order.
       In the second production order change the work center in the operation overview as desired and save.
      Regards,
    nandha

  • Parallel Split Dynamic Instances

    HI,
    I have a requirement as below
    1)Requester will be having options to select the list of roles out of 10. If he selects 6 roles  from requester form and he submits ,BPM starts and it has to generate the  task (same UI) to all the  6 roles as selected by requester
    2)All the 6 roles users has to submit the form and final report has to go for approver.
    3) Now approver will decide whether to approve or reject.
    Now My concern is ,if it is standard fixed roles I will model all the related UI to all these 6 roles and end with parallel Join.So that it only send the task to approver only once all the roles users has submitted.
    But during run time if I pass those role names as a sting to use expression, will parallel split will send the tasks to all the roles? Will parallel join will wait till all the parallel task has been submitted and then it will send final task to approver. I know this is possible using CE 7.2 by selecting parallel loop option for the task. But our version is CE 7.1 EPH1.
    Can some suggest me whether we can meet this requirement in CE 7.1 or not.
    Regards,
    krishna

    hi,
    In that case ,if i have sent 10 roles as an use expression to one human activity and if any one role (user )  submits his task, all the 9 remaining tasks which is lying in different roles will disappear???
    In that case, cant tasks remain in there queue for 9 individual roles to submit there own task(instead of disappear there tasks,if one submits).So that once all the 10 roles completes there task Parallel join will merge and proceeds for another task. Please help me on this.
    regards,
    Krishnam

  • Parallel Split / Uncontrolled Merged - Human activities don' disappear

    Hi,
    I am modelling a BPM process, where users can perform approvals via 2 "channels". The first "approve-option" is a Human activity (-> UWL-Task), second is another application, calling an Intermediate Message Event WebService of the process.
    I modelled it using a parallel split with 2 branches (first contains the Human activity, second contains the Intermediate Message Event). By using an Uncontroled Merge after that, I want to make sure that the process continues if ONE of the two approval-options is used.
    Now I am facing the problem, that the Human activity (UWL task) still appears after the Intermediate Messaging Event has been called. When looking at the Flash Process Diagramm, it shows me that the process instance continued after the uncontrolled merge (-> good), but there is still a "green dot" pointing on the Human activity (-> bad ;).
    I want the Human activity to be kind of "skipped" by the BPM engine when the process flow continues, triggered by the other branch (Intermediate Msg Event).. Is there a better way of modelling such kind of scenarios or did I maybe miss something?
    Thanx in advance!!!
    Mirco

    Hi Mirco ,
    I haven't tried this scenario myself but it should be possible.
    Did you check this blog ? /people/soeren.balko/blog/2010/01/22/enjoy-netweaver-bpm--part-3-workflow-patterns-reloaded--netweaver-bpm-720 (Cancellation and Force Completion Patterns)
    This will give an idea on how to model
    Regards, Anil

  • Using Table Splitting

    Hello,
    I am doing experiments in preparation of a unicode conversion of a 1 TB MAXDB system. Therfore I have exported the database with sapinst with a duration of 44 hours.
    To reduce the downtime I did another try using the table splitting option with the export monitor. Because I have not found detailed information I did a mistake in konfiguration of the file import_monitor_cmd.properties, so the export monitor did not use table splitting but needed also 44 hours for export (in addition to calculation of table splitting of around 20 hours which can be done online).
    At third try I konfigured the export monitor right, the duration increases to 7 days.
    Technical details:
    R3 Enterprise EXT 1.1, Kernel 640, MAXDB 7.5, actual R3ta
    10 CPU, 30 GB RAM, SAN
    8 parallel processes for export,
    8 tables to split to 16 parts each (COEP, COSS, COSP, COSB, GLPCA, CDCLS, AUSP, IBINVALUES)
    largest table: COSS with 85 GB
    DB-Size filled: around 1 TB, 50 Datafiles
    In special of MAXDB it would be best to use primary key for table splitting. But I found no documentation of the file R3ta_hints.txt where I can manipulate the splitting decision of R3ta. (I added IBINVALUES IN_RECNO as selective column).
    And now the questions:
    Do you know a detailed dokumentation of the file import_monitor_cmd.properties?
    Do you know a documentation of the R3ta table splitting options and input possibilities of R3ta_hints.txt?
    Can you give me some experiences of similiar tests or migrations?
    Best regards
    Andreas

    I´m actually trying to do a likewise thing with a 2,1 TB MaxDB 7.6.
    (in addition to calculation of table splitting of around 20 hours which can be done online).
    I´d be careful doing that online. If either at the time R3ta starts to evaluate the distinct values or after that table is finished someone does an insert to one of those tables you may miss that entry.
    I used DB50 - Statistics to find out the biggest tables. After I had those I created my own  R3ta_hints.txt checking each table in SE11 and DB50 to find out which field has the most distinct values. I have 85 tables in the R3ta_hints.txt.
    The R3ta run itself took almost three days (though database prefetching was activated).
    Since I had good experiences with packages of 250 MB in former migrations I spllited the rest of the tables with that value. At the end there were 1,114 packages.
    I started the export last friday, it´s still running.
    After my experiences the MaxDB can´t leverage the parallel unload as it would be expected. You may see a little better speed if you set the parameter LRU_FOR_SCAN to YES which will then use the full available data cache for table scans (as R3load does) instead of just 10 % of the cache if set to NO.
    What you see if you use parallel unload is (using x_cons  sh ac 1)
    T204   7     -1 User      21781 IO Wait (R)           0 0     45        98030278(s)
    T206   7     -1 User      21911 IOWait(R)(041)        0 0               98030278(s)
    T222   8     -1 User      21887 IOWait(R)(041)        0 0               132941587(s)
    T228   8     -1 User      21775 IOWait(R)(041)        0 0               132941587(s)
    T234   9     -1 User      21899 IOWait(R)(041)        0 0               105696431(s)
    T236   9     -1 User      21893 IOWait(R)(041)        0 0               105696431(s)
    T248  10     -1 User      21905 IO Wait (R)           0 0     40        101974717(s)
    T249  10     -1 User      21311 IO Wait (R)           0 0     41        101974717(s)
    The IOWaits with 041 are no real reads but in fact waits for another task reading the same tree/leafs.
    Markus

  • Using Parallels with Windows 7 on Bootcamp caused startup logo to disappear

    Please let me know whether this is just neurotic or what! Windows 7 RC on Bootcamp partition worked great until I installed a trial copy of Parallels 5.0. Even with Parallels, things seemed fine, but I did not like some behaviors of the program when run under Parallels. Using Parallels, I was leery about the issue that when I clicked on the icon of the E-drive (the Macintosh hard drive), I kept getting the message that it needed to be formatted. Certainly I was able to access the files of the MacIntosh through shared folders, and by dragging files from desktop to desktop, but I saw very little advantage of for running Parallels for what I do with the Windows programs, and I did not want to mess up the Macintosh hard drive by an accidental reformat while using Windows. Also I like the fact that if I start Windows from the Bootcamp partition rather than access it via Parallels, Windows is physically well isolated from MacOSX, I do not really have a chance to delete or mess up the Mac hard drive, and at the same time one can access the Mac OSX disk for files that might be needed by dragging these into the Windows partition. Parallels just seemed unneeded.
    Now that I have uninstalled Parallels from the Mac partition and have uninstalled the Parallels programs and tools on the Windows partition, I still have a strange phenomenon that first showed itself when I had first installed the Parallels 5.0 program. Specifically, since the very day that Parallels first was installed and the bootcamp partition was used as the hard drive for Windows run under Parallels, and now even after uninstalling Parallels, the behavior of the Windows flag logo and startup graphics have been changed. A progress bar that previously did not exist before I used Parallels appears on startup, and the moving colored pieces of the Windows flag logo that are supposed to come together as Windows 7 is booted now do not appear during startup.
    To my best knowledge, besides uninstalling Parallels programs, I have also removed manually all parts of Parallels that I can find from Windows, and I even excised hidden files and folders of Parallels found on the C drive. I also sought out PRL files from the Windows partition. I uninstalled and physically removed a program called Stardust (?)... Starcolor (?) or something like that, which was installed at the time Parallels was installed. Folders for this had icons of Macintosh programs. Additionally tried to remove all Parallels, PRL, and Stardust items also from the registry, but there are stubborn ones that are in the "pnp Lockdown files", and some others there that also fail to remove elsewhere. The Lockdown files that do not remove are Parallels files involved in booting, and the others are for a PRL 4600 monitor (???). I was able to remove PRL files in the "Driver Store" folder by changing permissions, and then these were able to be removed. I see no settings anywhere for startup logos in msconfig or when I search through programs in the control panel or in the Windows system folder. I have emptied temporary folders, Prefetch, and have used Windows Live Safety Center to remove stray registry files and to fix issues.
    Attempts to go back to an old restore point do not work and do not get me back to the Windows 7 installation that i used to have. I reinstalled drivers for Bootcamp from the Snow Leopard disk, and finally I tried to repair the installation (by starting up windows using function keys) with at the same time the Windows 7 RC installation disk available for access of files. The option for repair when started up this way is for repair of a non-starting installation. When this is selected, it seems there is nothing found that needs to be repaired. Thus the startup for Windows still has the same behavior. Maybe I do not know how to repair an installation of Windows, and maybe nothing really needs to be changed back to the former condition. Am I just bothering with something that is just fine but which never will be identical to what it was before Parallels?
    The bottom line is that even though things seem to operate fine otherwise, I feel Parallels has somehow adulterated the Windows installation, which I would rather just run as Windows without artifacts from a prior installation that influence it.
    Thank you for guiding through whatever I need or need not do with these issues.

    Please let me know whether this is just neurotic or what! Windows 7 RC on Bootcamp partition worked great until I installed a trial copy of Parallels 5.0. Even with Parallels, things seemed fine, but I did not like some behaviors of the program when run under Parallels. Using Parallels, I was leery about the issue that when I clicked on the icon of the E-drive (the Macintosh hard drive), I kept getting the message that it needed to be formatted. Certainly I was able to access the files of the MacIntosh through shared folders, and by dragging files from desktop to desktop, but I saw very little advantage of for running Parallels for what I do with the Windows programs, and I did not want to mess up the Macintosh hard drive by an accidental reformat while using Windows. Also I like the fact that if I start Windows from the Bootcamp partition rather than access it via Parallels, Windows is physically well isolated from MacOSX, I do not really have a chance to delete or mess up the Mac hard drive, and at the same time one can access the Mac OSX disk for files that might be needed by dragging these into the Windows partition. Parallels just seemed unneeded.
    Now that I have uninstalled Parallels from the Mac partition and have uninstalled the Parallels programs and tools on the Windows partition, I still have a strange phenomenon that first showed itself when I had first installed the Parallels 5.0 program. Specifically, since the very day that Parallels first was installed and the bootcamp partition was used as the hard drive for Windows run under Parallels, and now even after uninstalling Parallels, the behavior of the Windows flag logo and startup graphics have been changed. A progress bar that previously did not exist before I used Parallels appears on startup, and the moving colored pieces of the Windows flag logo that are supposed to come together as Windows 7 is booted now do not appear during startup.
    To my best knowledge, besides uninstalling Parallels programs, I have also removed manually all parts of Parallels that I can find from Windows, and I even excised hidden files and folders of Parallels found on the C drive. I also sought out PRL files from the Windows partition. I uninstalled and physically removed a program called Stardust (?)... Starcolor (?) or something like that, which was installed at the time Parallels was installed. Folders for this had icons of Macintosh programs. Additionally tried to remove all Parallels, PRL, and Stardust items also from the registry, but there are stubborn ones that are in the "pnp Lockdown files", and some others there that also fail to remove elsewhere. The Lockdown files that do not remove are Parallels files involved in booting, and the others are for a PRL 4600 monitor (???). I was able to remove PRL files in the "Driver Store" folder by changing permissions, and then these were able to be removed. I see no settings anywhere for startup logos in msconfig or when I search through programs in the control panel or in the Windows system folder. I have emptied temporary folders, Prefetch, and have used Windows Live Safety Center to remove stray registry files and to fix issues.
    Attempts to go back to an old restore point do not work and do not get me back to the Windows 7 installation that i used to have. I reinstalled drivers for Bootcamp from the Snow Leopard disk, and finally I tried to repair the installation (by starting up windows using function keys) with at the same time the Windows 7 RC installation disk available for access of files. The option for repair when started up this way is for repair of a non-starting installation. When this is selected, it seems there is nothing found that needs to be repaired. Thus the startup for Windows still has the same behavior. Maybe I do not know how to repair an installation of Windows, and maybe nothing really needs to be changed back to the former condition. Am I just bothering with something that is just fine but which never will be identical to what it was before Parallels?
    The bottom line is that even though things seem to operate fine otherwise, I feel Parallels has somehow adulterated the Windows installation, which I would rather just run as Windows without artifacts from a prior installation that influence it.
    Thank you for guiding through whatever I need or need not do with these issues.

  • How do i use parallel compression for 4 drum tracks in Logic pro 7.2.3 Please

    how do i use parallel compression for 4 drum tracks in Logic pro 7.2.3 Please. my version is 7.2.3 and my son did his drums on 4 tracks. 2 OH's 1 Kick and 1 Snare. Were confused because we cant figure out how to do parallel compression on the older logic version 7.2.3?

    I can't remember when the Aux tracks became the new buss tracks, so I'll spell this out using busses.
    The way I do it, is I assign all my drum tracks to a buss, say buss 1.
    Then, on buss 2, I assign it's INPUT to buss 1.
    So buss 1 (all the drums) are feeding into buss 2 simultaneously.
    Put a compressor on buss 2, turn the fader down all the way, then as the track is playing, bring buss 2's fader up slowly, until you hear the effect you're after.
    You could also do this using sends on the 4 drum tracks, set to feed the buss with the compressor on it.
    I hope I haven't forgotten anything particular to that version of Logic. See if this helps...

  • How to use two split this method in my code

    How to use two split this method in my code
    if i got one string line which like this
    ("aa!bb!cc~ab!bc!cd") a
    nd want to use two split to spare ! and ~ this seal for my spare point how that output
    has come diff ?
    public static void main(String[] args) {
        String str = "aa!bb!cc~ab!bc!cd";
        String strs[]= str.split("~");
        String strE[]= str.split("!");
        int count =0;
        for(int j=0; j < strs.length; j++){
          for (int i = 0; i < strE.length; i++){   
              System.out.println(count + " " + strE);
    count++;
    the output how can it be like this
    0 aa
    0 bb
    0 cc
    1 ab
    1 bc
    1 cd

    Move your second slit inside the first loop, so you are splitting the substring, not the entire string.

  • Using parallels with multiple OS partitions

    Hello
    i have OSX, XP and Vista on my macbook pro.
    is it possible to use parallels or fusion to access these while in OSX. or can you only do this with a single bootcamp OS installation?
    thanks
    John

    Since Parallels is not an Apple product, you'd probably be better off posting your question on the Parallels discussion forums:
    http://forums.parallels.com

  • Sharing a database over 2 accounts on one computer using Parallels

    Hello,
    We recently upgraded our computers at work (in a college library) to the Intel iMac. Prior to this, several of us had to use PC's as well, as some software wouldn't run on the Mac.
    I have bindery software (provided by our commercial binder), that has now been successfully installed on my new Intel iMac (with Parallels installed). I have had this job for over 5 years, and have been the only person who uses the bindery software/database. Unfortunately, my boss would like to be able to access the software/database, just incase I am out for 6 months (his concern, not mine), so he wants me to set-up a separate account on my iMac so that he is able to access the bindery software/database.
    Is there a way to "share" the database between the two accounts, using Parallels?
    Thanks,
    Ken

    Probably, but if I were you, I would consult the company who produces that bindery software to see what they recommend. I assume this is on Windows, which means its outside the scope of this discussion forum.

  • Using Parallels, would like to use bootcamp instead, but I don't know how?

    Hi guys.
    I have a MBP 15" late 2011 ( the one before retina display model) os x 10.7.5, upgraded RAM to 16GB.
    I've installed parallels desktop 7 and used Windows 7 through it.
    I am aware that using parallel windows means the RAM and processing power is share between 2 os... am I right?
    I would like to play some games that I can only play on Windows, and I guess using bootcamp will be better, because processing power is not shared.
    In this case, how do I 'install' my Windows on bootcamp?
    I know my MBP has bootcamp pre-installed, all I wonder is would installing it on parallels first affect my switch to bootcamp.
    I've heard of some case...
    People used bootcamp at the beginning, and switched to use parallels, that means the parallel windows is still from bootcamp partition.
    What about my case... parallels first and then bootcamp (never activate bootcamp until now) Do i need to somehow reinstall my windows to bootcamp partition??
    Sorry for my poor English

    ararar010101 wrote:
    I am aware that using parallel windows means the RAM and processing power is share between 2 os... am I right?
    You are right.
    ararar010101 wrote:
    People used bootcamp at the beginning, and switched to use parallels, that means the parallel windows is still from bootcamp partition.
    What about my case... parallels first and then bootcamp (never activate bootcamp until now) Do i need to somehow reinstall my windows to bootcamp partition??
    Parallels and VMware Fusion allows you to convert your Boot Camp volume into a virtual machine, so you can run OS X and the Windows copy you have in the Boot Camp volume at the same time. However, in your case, everything is more difficult, because you have to install Windows onto the Boot Camp volume.
    First, make a backup of your data with Time Machine or Carbon Copy Cloner. You wouldn't be the first one that deletes the OS X volume by mistake and lose everything.
    Then, open  > Software Update, and install all the updates. After that, open "Boot Camp Assistant", in /Applications/Utilities) and follow its steps to install Windows. Make sure you tick the option to download the Windows support software, and you will need a DVD or USB drive to burn it. When it finishes, your computer will restart from the Windows DVD, and follow these steps > http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.7.pdf

  • After installing Mountain Lion two drives on my network cannot be accessed.  I am using Parallels to utilize QuickBooks ERP.  The programs and data are on the drives that I can no longer access.  Suggestions?

    After installing Mountain Lion on my Mac Book Pro, I can no longer access two shared drives.  Diagostics cannot solve the problem.  I am using Parallels to run Qucikbooks ERP on these shared drives.  How do I get my Mac to see these drives and access them?

    Don't know what to tell you, but I also have an AEBS-Gen5 with a MBP Retina and Mac Mini using WiFi. Both are running Mountain Lion and I don't have any WiFi connection issues. Two iPhones in the household use WiFi with no issues along with a printer and 2 Windows 7 laptops.
    First thing I would try is to shutdown all computers connected to the AEBS. Then power off the AEBS and finally the cable/DSL modem. Then reverse the order and power on the cable modem, wait for all the lights to be solid, power on the AEBS, wait for the light to show solid green; then power up a computer that uses WiFi.
    If the above doesn't work, you might try repairing permissions via Disk Utility. If that doesn't help maybe a PRAM reset would work.

  • Cost became doble in profitability reoport when picking using batch split

    Hi friends,
    When we do picking use batch split, cost(material external price) shows double in profitability report. everything else looks normal.
    What did we miss?
    Thanks in advance,
    Linda

    Did you check the copy control settings in VTFL? At item level, check the box cumulate cost and test again.
    Regards,

  • Using parallels for windows xp on my macbook

    Hello. I want to take online GIS classes from ERSI this winter and am thinking about buying parallels to run their software (which is only supported by windows xp or vista). I am basically pretty computer illiterate and am not really sure about the most cost efficient way of setting this up. I know I have to buy parallels (or bootcamp, which is better for this case?), then buy the windows software, then install and hope for no hiccups the GIS training software (which is not supported by the ERSI online team when run on a mac). Has anybody gone through this specific or related procedure before and what kind of results did you have? Is my plan sound? With my tiger operating system do I still have to buy bootcamp, is that better to use than parallels? I don't have any other plans to use windows except maybe to send photos through my hotmail account. I will greatly appreciate any advice and/or direction you can provide. Thank you,
    Dave

    Hi,
    I use Parallels with Windows XP and it runs just fine. I need Windows for one application that is not any where to be found for Macintosh. Follow the Parallels directions for installation and you should have any problems. To use Bootcamp you would need to be running Leopard.

  • Pages is not saving document correctly.  After saving the changes either do not appear or you can not open the file. The error is "not a valid format"  I am in Pages '09 4.1 (923).  I also use Parallels.  Anyone having similar issues?

    Pages is not saving document correctly.  After saving the changes either do not appear or you can not open the file. The error is "not a valid format"  I am in Pages '09 4.1 (923).  I also use Parallels.  Anyone having similar issues?

    I'm not sure that Lion AutoSave feature apply to network servers.
    I'm just sure that the Versions feature doesn't.
    Yvan KOENIG (VALLAURIS, France) samedi 21 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan

Maybe you are looking for

  • Mpg final cut pro x

    Hallo, Ik heb afgelopen week een MacBook Pro aangeschaft en hier Final Cut Pro x opgezet. Nou wil ik hiermee aan de gang maar het probleem ik heb filmpjes met of mts of mpg als bestand en deze 2 wil FCPX niet openen. Nou heb ik wel een veel gebruikt

  • HECess on CVD amount not determined automatically in MIGO

    Hi, We are using ECC 6.0 and TAXINN. Condition type for HECess on CVD is 'J1CV'. CVD amount, ECess on CVD and Additional Custom Duty amount are determined automatically in MIGO. But HECess on CVD amount not determined automatically in MIGO. Regards,

  • Inexplicable crashes

    I'm baffled by this. Whenever I try to cut or copy a certain text frame within a certain document in Indesign, it immediately crashes. (I'm using CS6 on a 2010 MacBook Pro with Yosemite and all the latest updates/patches applied.) I've tried working

  • Can I call a Java program from a SQL Server Trigger?

    Hello, I want to encrypt some data in a database column in SQL Server. Today I am using java code to encrypt the value and store it in the database using JDBC. Now I want to use a VB client to store the encrypted value in the SQL Server DB. Since the

  • Flash player 10.1 with Flash Builder 4

    How do you configure Flash Builder 4 to use Flash Player 10.1 debugger? I tried this: http://blogs.adobe.com/jasonsj/2010/03/targeting_flash_player_101_beta_in_flash_builder_4. html And it doesn't work: It still launches flash player 10.0.x. I ran th