Ulisses Telemaco edited To_better_understand_the_BPMN__.md  over 8 years ago

Commit id: d4ed1c880b2c41de8d8bc69684ae64ac334574e1

deletions | additions      

       

To better understand the BPMN manipulations that occur during a plan creation, lets consider another scenario. The Figure 29 represents a development process called _Simple CRUD_. It has only three tasks: _Implement View_, _Implement Controller_ and _Test_. Now consider the following plan creation:  * Step 1: Create an empty plan (Figure 30)  * Step 2: Addthe  an instance of the Simple Crud process (for 'Person' entity) to the Plan (Figure 31) * Step 3: Add another instance of the Simple Crud process (for 'Product' entity) to the Plan (Figure 32)  * Step 4: Add a new task 'Create Repository' just after the start event (Figure 33)  * Step 5: Add another new task 'Deploy' just before the end event (Figure 34).