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

Similar Messages

  • Completing the 'OTHER' Human activity within a parallel split

    Hi All
    I was hoping someone could help me with a BPM problem i have.
    I currently have a simple Proof of concept that has a parallel split with two Human Interface Ui's in them that then merge back into a final step of the BPM
    I can't seem to figure out how to complete Human UI 1 if Human UI 2 is completed manually, so that when the user next looks in their UWL they have just the complete task not the step 1 they didn't manually complete and the final step. (Based on testing where i am receiving all the UWL items)
    Any help would be great
    thanks
    Tom

    Hi All
    I was hoping someone could help me with a BPM problem i have.
    I currently have a simple Proof of concept that has a parallel split with two Human Interface Ui's in them that then merge back into a final step of the BPM
    I can't seem to figure out how to complete Human UI 1 if Human UI 2 is completed manually, so that when the user next looks in their UWL they have just the complete task not the step 1 they didn't manually complete and the final step. (Based on testing where i am receiving all the UWL items)
    Any help would be great
    thanks
    Tom

  • 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

  • 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

  • Split and Merge Paragraphs

    When I split and merge a paragraph a line break is inserted.  Does anyone know a way around this. (Simply deleting the last character seems inelegant and, more importantly, prone to failure).  Here's the code:
    var textFlow:TextFlow = TextConverter.importToFlow(
                        "Hello World",
                        TextConverter.PLAIN_TEXT_FORMAT);
    textFlow.interactionManager = new EditManager();
    var textFlow2:TextFlow = textFlow.splitAtPosition(5) as TextFlow;
    textFlow2.interactionManager = new EditManager();
    textFlow.mxmlChildren = textFlow.mxmlChildren.concat(textFlow2.mxmlChildren);
    trace(textFlow.getText()); // returns "Hello\n World"
    - Daniel Freiman

    If you are asking how to split and merge a paragraph this works.
                var textFlow:TextFlow = TextConverter.importToFlow("Hello World",TextConverter.PLAIN_TEXT_FORMAT);
                // find the paragraph
                var para:ParagraphElement = textFlow.findLeaf(5).getParagraph();    // same as textFlow.getChildAt(0)
                // split paragraph at position five
                var newPara:ParagraphElement = para.splitAtPosition(5) as ParagraphElement;
                trace(textFlow.getText());
                // now the merge
                // remove newPara its being discarded
                newPara.parent.removeChild(newPara);
                // move the children
                while(newPara.numChildren)
                    para.addChild(newPara.getChildAt(0));
                trace(textFlow.getText());
    This is using pure model level calls.  In your original code you added an EditManager- it can be done that way too.  TLF is layered - the EditManager manipulates the model with model level calls.  It provides APIs connected to events that create operations do to that.
    Hope that helps,
    Richard

  • Splitting Data Merged File

    Hi all,
    Is there an easy way to split Data Merged file (multiple pages) into separate ID files. I know I can export them as eps but I need them to be editable in ID still.
    Many thanks.
    J

    Jensen:
    Why don't you make a master ID file for each center with appropriate data? You're defeating the purpose of data merge if you're editing pages and pages of merged files. The whole point of VDP is to create different docs based on certain pre-determined criteria. I don't know your specific workflow but if you're breaking apart and editing merged files on an ongoing basis you may want to rethink how you're creating your files and positioning your data.

  • Splitting and merging columns in a table?

    Hi I have asked this question before. Does any one know how to split a column into two in a table. Know this can be done in a Word Doc. I know the merge works but can't seem to find the split.

    The merge is simple if you do not think about it as in word:))
    The merge can be done using scripting: just concatenate the values of the fields into one variable, fill in the value to the first column, change its width (to the width of the previous 4 cols) and hide te remaining/ blank cols.
    Have fun, Otto

  • BPM Split and Merge

    Hi...
       I want to do scenario like file split and merge using BPM.
    for that i have used,
    1.Receive
    2.Transformation(1:N)
    3.Block(ForEach)
    4.Control
    5.EndBlock
    6.Transformation(N:1)
    7.Send.
    while executing the scenario, the message is going to the queue. In that it is showing the status as "Running".
    can you please tell if i did wrong in my scenario?

    > 1.Receive
    > 2.Transformation(1:N)
    > 3.Block(ForEach)
    > 4.Control
    > 5.EndBlock
    > 6.Transformation(N:1)
    > 7.Send.
    U are using an empty infinite block and hence it is in running state always. You dont need a block at all. after 1:n transformation, use the n:1 transformation and send. I know you must be doing a sample scenario. In reality you will have a send step usually for sending to another system line by line. That when you will need a block.
    VJ

  • Query to find out the Activities done against a table

    Hi,
    One table has been truncated and data reloaded into the table by the user. But at latter stage user deny that activity. I believe all these activities stored in any oracle 10g database table.
    Need a query to find out the activities done on a specific date say 6th Sep.
    This is too urgent. Thanks in advance

    Hi,
    Welcome to the forum!
    If you don't have enable table auditing maybe you can see last_ddl_time column of user_objects view:
    Connected to Oracle Database 10g Express Edition Release 10.2.0.1.0
    Connected as hr
    SQL> select * from test2;
          COL1       COL2       COL3
             1          1          3
             1          2          3
             1          3          3
    SQL> select to_char(uo.created, 'DD/MM/YYYY HH24:MI:SS'), to_char(uo.last_ddl_time, 'DD/MM/YYYY HH24:MI:SS') from user_objects uo where uo.object_name = 'TEST2';
    TO_CHAR(UO.CREATED,'DD/MM/YYYY TO_CHAR(UO.LAST_DDL_TIME,'DD/M
    12/09/2009 12:20:26            12/09/2009 12:20:27
    SQL> truncate table test2;
    Table truncated
    SQL> select to_char(uo.created, 'DD/MM/YYYY HH24:MI:SS'), to_char(uo.last_ddl_time, 'DD/MM/YYYY HH24:MI:SS') from user_objects uo where uo.object_name = 'TEST2';
    TO_CHAR(UO.CREATED,'DD/MM/YYYY TO_CHAR(UO.LAST_DDL_TIME,'DD/M
    12/09/2009 12:20:26            12/09/2009 14:01:21
    SQL> Regards,

  • I was using raw & my hard disk nearly full. When I downloaded pix, I got message that said hard disk nearly full. My pix downloaded into 2 folders. When I merged them about 50 disappeared. Where can I find them? Using MacBookPro, IPhoto 9.5.1

    I was using raw & my hard disk nearly full. When I downloaded pix, I got message that said hard disk nearly full. My pix downloaded into 2 folders. When I merged them about 50 disappeared. Where can I find them? Using MacBookPro, IPhoto 9.5.1

    Where were you downloading the to,   iPhoto, a folder on the Desktop, where? Are they still on the camera's memory card?  If you deleted them from the card and haven't used the card since they can be recovered with recovery software like  MediaRECOVER. You can download the demo version to verify they can be recovered before purchasing it.  Other similar apps can be found at MacUpdate.com by searching for "photo recovery" or similar terms.

  • "Error code 0xc000035a Attempting to load a 64-bit application, however this cpu is not compatible with 64-bit mode"  when I load Windows 7 [64bit] on an older iMac(with Parallels 6)? Any solutions that don't mean buying a new iMac?

    "Error code 0xc000035a Attempting to load a 64-bit application, however this cpu is not compatible with 64-bit mode" 
    when I load Windows 7 [64bit] on an older iMac(with Parallels 6)? Any solutions that don't mean buying a new iMac?

    You should probably post your question on the Parallels forums:  http://forums.parallels.com

  • Can iMovie split and merge audio/video?

    Hi, I'm wondering if someone could help me in my decision of video-editing software. I'm considering buying iMovie 11 but I want to know first if it does a few things.
    Does it let you split, move, merge, trim, fade, copy/paste, and edit the volume of audio (as opposed to iMovie 08's ability to only move, trim, and fade)?
    Does it let you do the same things, but with video clips?
    Also,
    Does it let you export to HD (either 720p or 1028p)?
    Do transitions cause the video to lose quality (like they do in iMovie HD)?
    Thanks! Any sort of advice on any of these things would be VERY appreciated.

    Once you have created a gridified frame, then using the Gap Tool, hold down Command or Ctl key while adjusting size of frame or gap individually. Make an adjustment where the two desired frames overlap, not just against each other. Then use the direct selection tool to select overlapped frames. Then use Object > Pathfinder > Add to merge two frames. This new frame will still be live within the gridified group.

  • I have updated to ios6 and pushed merge instead of don't merge. I have a few apps same as my husbands and now my data is on his ipad, is there any way I can unmerge or anything he can do to stop me taking over his apps?

    I have updated to ios6 and pushed merge instead of don't merge. I have a few apps same as my husbands and now my data is on his ipad, is there any way I can unmerge or anything he can do to stop me taking over his apps?

    Did you try to set it up again as new device?
    How to back up your data and set up as a new device

  • Human Activity don't disappear / Parallel Split

    Hi,
    i am modelling a BPM process where users can approval via 2 branches. In both branches i use a Human Activity.
    Is there a way to cancel or complete the remaining Human Activity after one was completed?
    I found a Workflow Pattern for "Cancellation and Force Completion" written by Soeren Balko but in this Pattern they use a Human Activity and a Automated Activity.
    Enjoy NetWeaver BPM - Part 3: Workflow Patterns Reloaded - NetWeaver BPM 7.20
    regards,
    Sid

    Hi Sid,
    If you are in 7.3 i suppose you will be able to perform this action(to cancel or complete the remaining Human Activity after one was completed) by accessing BPM APIs from UI itself.
    You should be able to access the task instance from UI for the corresponding task and end it.
    Please check this [Working with BPM APIs|http://help.sap.com/saphelp_nw73/helpdata/de/9a/eebbdf59b94c3c82af598db638b0d0/content.htm].
    Regards,
    Unni

  • Photos App Cannot Split or Merge Events?

    Whenever Apple updates their OS software, they tout what wonderful new features it has.  What they don't say is what they discarded as well.  I depend on the "Events" feature to organize my photos by a great variety of subjects and topics (way too many to keep separate "Albums" for).  I name them with a variety of keywords to make searching easier.  But I also like to search through the mass of Events by date to narrow the search.
    Now I upgraded to Photos, and suddenly commands to manage Events and name them seem gone.
    • I looked in Apple's HELP for Photos and it can't find anything about "Events."
    • I did find the sidebar (which was hidden on first launch) but it only shows an "Album" named "iPhoto Events."
    • When it hit the little triangle next to that album, it just shows an impossibly long list of my events.  This is useless to me.
    • When I just clicked on the album, my events all appear, but without any dates showing when I roll over them with the mouse, as they did in iPhoto.
    • The photos in the Events Album display no longer show a 'quick review slideshow' of the photos contained in that event, as they did in iPhoto.
    • When I imported new photos from my iPhone, it shows all the photos I took on a given day, but there seem to be no tools with which to split them into separate Events, name the events, merge them into existing events, and so on.
    I depend on these tools on a daily basis.  PLEASE, Apple, can you restore proper event management for those of us who use these features?  This big idea of making everything on my laptop computer work the same way it does on my iPhone or iPad is absurd.  It seems to always cause a vast "dumbing down" of the software to 'touch' use, eliminating all 'roll overs,' all 'pop up hints,' all 'dragging' and so on.  Apple was supposed to be about choices, diversity, in the beginning.  Now it's all about uniformity?  Forget it!
    Oh, and one more thing:  Naming it "Photos" instead of "iPhoto" now means that searching for the Photos app online is impossible.  That's because when such a generic word is used for the app, searches just bring up everything in the world with the word "photos" in it.  They did this with "Mail" and now it's exceedingly hard to search for tips on how to solve problems with the Mail app, because every document in the world with the word "mail" in it comes up.  Please, Apple, stop this nonsense, and give your apps recognizable names! 

    Offhand it is hard to think of a name for an email client that is less descriptive than Mail

Maybe you are looking for

  • Convsersion in XSLT mapping...

    Hi All, I am having a requirement where i have to fill the attribute value of a element depending upon the values coming from source and do the date conversions using  XSLT mapping. The source and target structures are like that: Target Structure is:

  • Finding GRN Number

    hi,    i have created Outstanding Liability Grns report. for that report, i need grn number and grn date.    my tables are bsis,bsas,bkpf,bseg.   i have fetched the grn number of every document number from xref3 field. but for some datas, the Xref3 f

  • How to get Exchange Distribution Groups in Mail on iPad / iPad 2

    Hello... Maybe I'm missing something, but for some reason, the distribution groups I create for myself in Exchange 2010 ( personal mailbox ) are NOT showing in Mail on my iPad. Is there something that I need to do in order for them to sync? I appreci

  • Process chain--failed infopackage--urgent....

    Hi Experts, can anyone tell me why the process chain when triggered has successfully started but the first infopackages after the start varient did not sucessfully run. the infopackages show in the process chain in yellow status as if the data loadin

  • How do I transfer emails from Entourage to imail?

    I recently downloaded Lion OS and I need to start using imail instead of Entourage. How do I tranfer over all of my old emails and files?