2004-08-31 22:55:37
The Multi-Choice pattern describes the splitting of one single branch in two or more parallel branches. As soon as the incoming branch is enabled the thread is immediately passed to one or more of the outgoing branches. Which outgaining branches are selected depends thereby on an internal mechanism or individual decision [Aalst09]. The Structured Synchronizing Merge pattern describes the merger of two or more branches which have been split at a uniquely identifiable point of time earlier in the business process into one single branch. The thread of control is passed to the proceeding branch as soon as all incoming branches have been enabled. This pattern occurs in a structured context so it is essential that there is a Single Multi-Choice (refer to page 8) earlier in the Business Process and the Structured Synchronizing Merge Pattern has to merge all of the branches emanating from the Multi-Choice [Aalst09]. Warning: this process can't contain loops (at least, the branch with synchronizing merge structure mustn't be in a loop)
Peter de Vos
you have option to change the value of variable whereToGo. If you set it to B process will follow to activity B, if you set it to C it will proceed to activity C, and if you set it to BC or CB, it will proceed both to B and C
Just press 'Complete' button
Just press 'Complete' button
Just press 'Complete' button
Just press 'Complete' button
attribute('do_B')
attribute('do_C')