Skip to main content

Posts

Showing posts from July, 2015

Iteration 5 (13 July– 19 July)

I  started working with the development of the Android version of the engine. First of all I studied the existing prototype created by Kris Verlaenen ( planet.jboss.org/jbpm5_lightweight_running_on_android ) . Then I started Implementing a task that will send a sms to anyone to their number. For this I used SmsManager . It can be archived by this, SmsManager smsManager = SmsManager. getDefault ( ) ; smsManager. sendTextMessage ( "phoneNo" , null , "sms message" , null , null ) ;

Iteration 4 (4 July– 12 July)

I completed the iteration with following features. Upgraded the UI Worked with JBPM Server Source Code Here are the screen shots attached with new UI Menu Screen Process & Task Dashboard Login Screen Process Definitions Process Instances Process Definition Details Task Description Task List

Mid Term Evaluation (26 June– 3 July)

According to my timeline this is the tasks that I had to do, Continu ing working with the added features Optimiz ing the code Adding the feature of the Dashboards that will be available to the user. x I completed the iteration with following features. User can See the Process & Task Dashboard In Dashboard user can see in Tasks, the number of Total Tasks Tasks Completed In Dashboard user can see in Process Instances , the number of Total instances Completed instances Active instances Pending instances Suspended instances Aborted instances Screenshots are attached