Exercise 1  Every weekday morning, the database is backed up and then it is checked to see whether  the “Account Defaulter” table has new records. If no new records are found, then the  process should check the CRM system to see whether new returns have been filed. If new  returns exist, then register all defaulting accounts and customers. If the defaulting client  codes have not been previously advised, produce another table of defaulting accounts and  send to account management. All of this must be completed by 2:30 pm, if it is not, then an  alert should be sent to the supervisor. Once the new defaulting account report has been  completed, check the CRM system to see whether new returns have been filed. If new  returns have been filed, reconcile with the existing account defaulters table. This must be  completed by 4:00 pm otherwise a supervisor should be sent a message.    Alert Supervisor 4:00 pm

Alert Supervisor 2:30 pm

New Records On Account Defaulter Yes

Backup Database

Weekday Morning

No

Register Defaulting Customers & Accounts

Check CRM System

Previous Defaulting Clients?

Reconcile With Account Defaulters Table

Previous Defaulting Clients?

Deal With Each Instance First Previous Defaulter? Yes No

Add To Previous Defaulting Client Table

New Previous Defaulter Table? Yes

Send To Account Management

No

    This answer recognizes that there is a difference between dealing with the batch  activity (backing up the database) and dealing with the each instance asking  whether they have been previous defaulters. It also uses a series of parallel Timer  Intermediate Events to send the alert, in combination with the Terminate End Events. 

© BPM Focus 2008 

 

 

Exercise 2  The Customer Service Representative sends a Mortgage offer to the customer and waits for  a reply. If the customer calls or writes back declining the mortgage, the case details are  updated and the work is then archived prior to cancellation. If the customer sends back the  completed offer documents and attaches all prerequisite documents then the case is moved  to administration for completion. If all pre‐requisite documents are not provided a message  is generated to the customer requesting outstanding documents. If no answer is received  after 2 weeks, the case details are updated prior to archive and cancellation.  

Customer Service Representative

  Update Case File and Archive Not Interested Send Out Mortgage Offer

2 Weeks

Completed Offer Docs Received

Administration

Yes Assess Mortgage Details

All Docs Available?

No

Finalize Mortgage Appllication

Mortgage In System

Request Outstanding Documents 2 Weeks

Documents Received

Update Case Details and Archive

    A straightforward Event‐Based Gateway is at the core of this solution.  

 

Exercise 3  In November of each year, the Coordination Unit at the Town Planning Authority drafts a  schedule of meetings for the next calendar year and adds draft dates to all calendars. The  Support Officer then checks the dates and suggests modifications. The Coordination Unit  then rechecks all dates and looks for potential conflicts. The final schedule of meeting dates  is sent to all the independent Committee Members by email, who then check their diaries  and advise the Coordination Unit of any conflicts. Once the dates are finalized (by the  Coordination Unit), the Support Officer updates all group calendars and creates meeting  folders for each meeting and ensures all appropriate documents are uploaded to system.  Committee Members are advised a week before each meeting to read all related  documents. The Committee Members hold their meeting, and the Support Office then  produces minutes including any Action Points for each Committee Member. Within 5  working days, the Coordination Unit must conduct a QA check on the minutes, which are  then sent to all Committee Members. The Support Officer then updates all departmental  records.  If the modeler tries to build this as one process it is inordinately difficult, yet if two  processes are used, the answer is obvious and relatively simple. Notice the use of  Message Flow to communicate between Pools (as the Committee Members work  outside of the Town Planning Authority).  

Coordination Unit

Committee Members

Support Officer

Town Planning Authority

 

  Part I – Exercise 3    Notice that the Meeting is indicated with a Group across the two Pools. We have also  used a None Intermediate Event to represent the Committee Members waiting for  the Meeting Minutes. Note that this Intermediate Event will not actually wait. It will  immediately trigger (pass through) and go to the Message Event, which will do the  actual waiting.   

Coordination Unit

  QA Check

5 Days

Meeting Due

Create Meeting Folder

Committee Members

Support Officer

Meeting Upload All Relevant Documents

Attends Meeting 1 Week Remind Members Before Meeting To Read Documentation

Prepare Meeting Minutes

Remind Coordination Unit

Send Minutes To Members

Meeting Takes Place Meeting Reminder

Waiting On Meeting Minutes

Send Minutes To Members

  Part II (Exercise 3) 

 

Exercise 4  After the Expense Report is received, a new account must be created if the employee does  not already have one. The report is then reviewed for automatic approval. Amounts under  $200 are automatically approved, whereas amounts equal to or over $200 require approval  of the supervisor.  In case of rejection, the employee must receive a rejection notice by email. The  reimbursement goes to the employee’s direct deposit bank account. If the request is not  completed in 7 days, then the employee must receive an “approval in progress” email  If the request is not finished within 30 days, then the process is stopped and the employee  receives an email cancellation notice and must re‐submit the expense report.  While it is possible to show the Lanes and create an automated system support  environment, this answer sticks to the core process model. It uses the parallel Timer  Intermediate Event to create a race condition with the main process, which ends with  a Terminate End Event to win the race.    

 

 

Exercise 5  After the Process starts, a Task is performed to locate and distribute any relevant existing  designs, both electrical and physical. Next, the design of the electrical and physical systems  starts in parallel. Any existing or previous Electrical and Physical Designs are inputs to both  Activities. Development of either design is interrupted by a successful update of the other  design. If interrupted, then all current work is stopped and that design must restart.  In each department (Electrical Design and Physical Design), any existing designs are  reviewed, resulting in an Update Plan for their respective designs (i.e. one in Electrical and  another in Physical). Using the Update Plan and the existing Draft of the Electrical/Physical  Design, a revised design is created. Once completed the revised design is tested. If the  design fails the test, then it is sent back to the first Activity (in the department) to review  and create a new Update Plan. If the design passes the test, then it tells the other  department that they need to restart their work.  When both of the designs have been revised, they are combined and tested. If the combined  design fails the test, then they are both sent back to the beginning to initiate another design  cycle. If the designs pass the test, then they are deemed complete and are then sent to the  manufacturing Process [a separate Process].   Although it sounds like the above example will never complete, in fact the first Sub‐ Process to successfully complete will firs the Signal End Event, before progressing to  the Merging Parallel Gateway. There it will wait for the other Sub‐Process to  complete. Meanwhile, the other Sub‐Process will restart before moving through to its  own Signal End Event. Although the Signal will fire, the other Sub‐Process has already  completed and is not in a position to “catch” the Signal. When both Sub‐Processes  have completed successfully, the Parent Process moves to test the combined design  before either sending the work back to restart, or end successfully. The link to the  separate Manufacturing Process is not shown – it would probably be implemented  via a Signal End Event or potentially a Message End Event.   

  No

Create Electrical Design No

Review Previous Designs

Update Electrical Design

Test Electrical Design

Yes New Electrical Design

Electrical Design [Revised]

Update Plan (Electrical)

Design OK?

Electrical Design [Draft]

Physical Design [Draft]

Electrical Design [Tested]

New Physical Design

Locate and Re-use Designs

Restart Electrical Design

Test Complete Design

Design OK?

Electrical Design [Draft] Create Physical Design No

Physical Design [Draft] Review Previous Designs

Update Physical Design

Update Plan (Physical)

Restart Physical Design

Test Physical Design

Design OK?

Yes New Physicall Design

Physcial Design [Revised]

Physcial Design [Tested]

New Electrical Design

 

Exercise 1

process should check the CRM system to see whether new returns have been .... While it is possible to show the Lanes and create an automated system support.

214KB Sizes 9 Downloads 337 Views

Recommend Documents

Irregular Verbs – Exercise 1
golf course. A. began. B. begun. C. beginned. 12. After losing electricity during a hurricane, the Martinez family ______ candles, speared hot dogs on pencils, ...

Irregular Verbs – Exercise 1
... to explode at her husband Darren, who had spent the day watching college ... tardiness hit half an hour, Rose dumped him for a boyfriend who looked at his ...

Fake NEws exercise 1.pdf
Loading… Whoops! There was a problem loading more pages. Whoops! There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Fake NEws exercise 1.pdf. Fake NEws exerc

countries and nationalities 1 vocabulary exercise worksheet.pdf ...
All rights reserved. Page 2 of 2. countries and nationalities 1 vocabulary exercise worksheet.pdf. countries and nationalities 1 vocabulary exercise worksheet.pdf.

countries and nationalities 1 vocabulary exercise worksheet.pdf ...
Page 2 of 2. countries and nationalities 1 vocabulary exercise worksheet.pdf. countries and nationalities 1 vocabulary exercise worksheet.pdf. Open. Extract.

DNA Exercise, Lab #1 -
end of the rainbow”, BioEssays 24, 953-959. More details ..... double-stranded DNA has six reading frames. ... Genetic Code Translation of Six Reading Frames:.

Programming Exercise 1: Linear Regression - GitHub
stallation” page on the course website. Files included in this exercise ex1.m - Octave script that will help step you through the exercise ex1 multi.m - Octave script ...

Exercise: 1 is not a Congruent Number - GitHub
Jul 31, 2012 - 1+t2 .] 2. Fermat's Last Theorem for exponent 4 asserts that any solution to ... (a) Show that if the equation x2 + y4 = z4 has no integer solutions.

Lesson 8.2 – Directed Graphs Exercise 1 Period
The classic example of an asymmetric relationship is love. Given two persons, X and Y, and the relationship love, we have four possible scenarios: (a). (b). (c). (d). Arc -. Every arc is defined by its. - XY describes graph ______ above. - YX describ

FOC-NumberSystem-Conversion-Exercise-1.pdf
2.5 Hex to decimal. 1. 0x5A 2. 0xCC 3. 0x97 4. 0x40 5. 0x07. 6. 0x3D 7. 0xF1 8. 0xFB 9. 0x82 10.0xE4. 3. Convert Exercise - 3. 3.1 Binary to octal. 1. 111110110 2. 1000001 3. 10000010 4.1100010. 3.2 Binary to hexadecimal. 1.10101001 2. 11100111 3. 01

Exercise 1: Display alert box, confirmation box ... -
Create a button, when user presses on it, it display a prompt box for input. User enter some text and it display text either on the web page or an alert box.

Exercise 1: Rerwite the following sentences that keep ...
Although he is intelligent, he doesn't do well at school. --> In spite of ... The Watsons moved to London and very soon after they decided to get divorced ... 85. They regret ever doing business with him. They wish ...

Section 2 - Lesson 1 - Exercise Aid.pdf
Page 1 of 7. Le#er madmooma maksoora ma+oohah. hamza. أُ. أِ. أَ. baa. ُب. ِب. َب. taa. ُت. ِت. َت. ثُ thaa. ِث. ثَ. Page 1 of 7. Page 2 of 7. Le#er madmooma maksoora ...

Exercise instructions
Jul 30, 2016 - Send me an email at the latest on August 13th, 2016 with your attached CPN file and CC yourself and your partner too so that I know who is in ...

Resistive exercise versus resistive vibration exercise to ...
Firenze, Italy) with a 5- to 7.5-MHz broadband linear transducer. SFA diameter .... (Statistical Package for Social Sciences 16.0, SPSS, Chicago, IL). Statistical ...

Convertible barrel exercise apparatus
Feb 5, 2013 - FOREIGN PATENT DOCUMENTS html,. JP. 2002-315767. 10/2002. KR. 20-0397461 ... Matter enclosed in heavy brackets [ ] appears in the ... on the base, a generally ?at top surface lying at an acute angle to a plane of the ...

Exercise therapy.pdf
... notes (4x8=32). 3. Describe concentric and eccentric exercises with examples. 4. Describe the indications, contraindications and goals of stretching exercises.

an exercise mat
Macmillan Publishers Limited 2012. PHOTOCOPIABLE. 1 Read and complete. Write the letters. collect drums models play paint fishing tricks cinema stamps do.

Exercise - FANUC.pdf
Sign in. Loading… Page 1. Whoops! There was a problem loading more pages. Exercise - FANUC.pdf. Exercise - FANUC.pdf. Open. Extract. Open with. Sign In.

an exercise mat
collect drums models play paint fishing tricks cinema stamps do. 1 ______ table tennis. 2 ______ pictures. 3 do magic ______. 4 go ______. 5 ______ stickers. 6 go to the ______. 7 ______ exercise. 8 collect ______. 9 play the ______. 10 paint ______.

exercise-wget.pdf
The section on “Installing wget” explains how to install the program on. Mac and Windows operating systems, although your computer in this lab should already.