computer supported mobile adaptive business processes for
play

Computer Supported Mobile Adaptive Business Processes for 3gERP - PowerPoint PPT Presentation

Computer Supported Mobile Adaptive Business Processes for 3gERP Systems Thomas Hildebrandt Kjeld Schmidt * , Arne J. Glenstrup, Mikkel Bundgaard, Magnus Nilsson, Espen Hjsgaard, Tim Hallwyl, Tijs Slaats Programming, Logic and Semantics (PLS)


  1. Computer Supported Mobile Adaptive Business Processes for 3gERP Systems Thomas Hildebrandt Kjeld Schmidt * , Arne J. Glenstrup, Mikkel Bundgaard, Magnus Nilsson, Espen Højsgaard, Tim Hallwyl, Tijs Slaats Programming, Logic and Semantics (PLS) & Design and Organization of IT (DOIT) IT University of Copenhagen * Department of Organization, CBS 3gERP workshop - Microsoft Dynamics Academic Alliance Copenhagen Business School, November 18th, 2008

  2. Road Map Motivation and requirements for mobile ERP The CosmoBiz research project Microsoft Dynamics Mobile Framework & Development Tools Extensible and Higher-order Business Process Languages Conclusions and Future work 2

  3. Motivation and requirements 3

  4. Motivation and requirements Give mobile workers access to ERP systems 3

  5. Motivation and requirements Give mobile workers access to ERP systems Salesmen, Homecare, Healthcare, construction work 3

  6. Motivation and requirements Give mobile workers access to ERP systems Salesmen, Homecare, Healthcare, construction work Must allow for disconnected operation 3

  7. Motivation and requirements Give mobile workers access to ERP systems Salesmen, Homecare, Healthcare, construction work Must allow for disconnected operation Can not move entire ERP system to the PDA 3

  8. Motivation and requirements Give mobile workers access to ERP systems Salesmen, Homecare, Healthcare, construction work Must allow for disconnected operation Can not move entire ERP system to the PDA Focused & specific tasks => role-based & task-driven 3

  9. Motivation and requirements Give mobile workers access to ERP systems Salesmen, Homecare, Healthcare, construction work Must allow for disconnected operation Can not move entire ERP system to the PDA Focused & specific tasks => role-based & task-driven Must be flexible and (re)configurable 3

  10. Supporting specific and focussed tasks: From Data to Process-oriented ERP back-end Todays ERP Clients (role based access control) 4

  11. Supporting specific and focussed tasks: From Data to Process-oriented ERP back-end Tomorrows ERP Clients: role based access and task-driven (process-oriented) 5

  12. Supporting specific and focussed tasks: From Data to Process-oriented ERP back-end Mobile ERP Clients: role based access and task-driven (process-oriented) 6

  13. Supporting specific and focussed tasks: From Data to Process-oriented ERP back-end Mobile ERP Clients: role based access and task-driven (process-oriented) 6

  14. Supporting specific and focussed tasks: From Data to Process-oriented ERP back-end Mobile ERP ? Disconnected operation Clients: role based access and task-driven (process-oriented) 6

  15. Microsoft Dynamics Mobile Development Tools (June 2007) Disconnected task-driven operation http://msdn.microsoft.com/en-us/library/cc160851.aspx 7

  16. Microsoft Dynamics Mobile Development Tools (June 2007) Disconnected task-driven operation http://msdn.microsoft.com/en-us/library/cc160851.aspx 7

  17. Microsoft Dynamics Mobile Development Tools (June 2007) Disconnected task-driven operation Deploy processes (tasks) on mobile client http://msdn.microsoft.com/en-us/library/cc160851.aspx 7

  18. Microsoft Dynamics Mobile Development Tools (June 2007) Disconnected task-driven operation Deploy processes (tasks) on mobile client Replicate relevant data http://msdn.microsoft.com/en-us/library/cc160851.aspx 7

  19. Microsoft Dynamics Mobile Development Tools (June 2007) Disconnected task-driven operation Deploy processes (tasks) on mobile client Replicate relevant data http://msdn.microsoft.com/en-us/library/cc160851.aspx 7

  20. Microsoft Dynamics Mobile Development Tools (June 2007) Disconnected task-driven operation Deploy processes (tasks) on mobile client Replicate relevant data http://msdn.microsoft.com/en-us/library/cc160851.aspx 7

  21. Tasklet Orchestration <userRole xmlns="http://schemas.microsoft.com/Dynamics/Mobile/2007/04/Flow"> <orchestrations> <orchestration text="Customer detail"> <tasklets> <tasklet name="CustomerDetailTasklet"> <actions> <open text="Contact" tasklet="CustomerContactDetailTasklet"> </open> <open text="Credit Limit" tasklet="CustomerCreditLimitDetailTasklet"> </open> </actions> </tasklet> <tasklet name="CustomerContactDetailTasklet"> </tasklet> <tasklet name="CustomerCreditLimitDetailTasklet"> </tasklet> </tasklets> </orchestration> <orchestration text="New Customer"> ... <!-- Contact Details --> <tasklet name="ContactDetails" text="Contact Details" type="CustomerContactDetailTasklet.CustomerContactDetailTasklet, CustomerContactDetailTasklet"> <actions> <previous priority="1" text="Previous"> </previous> <exitOrchestration text="Finish"/> </actions> </tasklet> </tasklets> </orchestration> </orchestrations> </userRole> 8

  22. Asynchronous requests back to ERP system http://msdn.microsoft.com/en-us/library/cc160851.aspx 9

  23. Achievements & Challenges XML orchestrations of tasklets allow easy customization by 3rd party developers Processes and data separate... Still some gluing and C# coding need to be done 10

  24. Computer Supported Mobile Adaptive Business Processes (CosmoBiz) Research Project funded by the Danish Research Agency (2007- 2011) Aim: Extensible business process languages and execution architecture for mobile & adaptive ERP Partners: IT University of Copenhagen (ITU) & Mobile Applications Group at Microsoft Development Center Copenhagen (MDCC) Approach: Research in Computer Supported Cooperative Work (field studies) Research in Design of Domain Specific Languages (formal models) Software Development (Mobile applications group, MDCC) 11

  25. CosmoBiz research so far and in the near future e X tensible Formalization of Business Process Execution (bigraphs) [MTCOORD’05,COORDINATION’06] H igher- o rder m obile e mbedded B usiness P rocess E xecution L anguage (HomeBPEL) [COORDINATION’08] Extensible Process Execution Engine Field studies & Domain specific process languages 12

  26. Higher-order Mobile Embedded Processes? Higher-order: Business process management processes as business processes (e.g. deployment, adaption deployment service delegation) mobile sales Mobile embedded: mobile client ERP back-end Support disconnected operation ERP-proxy by moving sub processes 13

  27. Higher-order Mobile Embedded Processes? Higher-order: Business process management processes as business processes (e.g. deployment, adaption deployment service delegation) mobile sales Mobile embedded: mobile client ERP back-end Support disconnected operation mobile sales ERP-proxy by moving sub processes 13

  28. Higher-order Mobile Embedded Processes? Higher-order: Business process management processes as business processes (e.g. deployment, adaption deployment service delegation) mobile sales Mobile embedded: mobile client ERP back-end Support disconnected operation mobile sales by moving sub processes ERP-proxy 13

  29. Higher-order Mobile Embedded Processes? Higher-order: Business process management processes as business processes (e.g. deployment, adaption deployment service delegation) mobile sales Mobile embedded: mobile client ERP back-end Support disconnected operation mobile sales by moving sub processes ERP-proxy ERP-proxy 13

  30. Extensible Formalization and HomeBPEL - a few details 14

  31. Business process execution today Process Definition Tools Other Workflow Administration and Engines Workflow Engine(s) Analysis Tools Invoked Workflow Client Applications Applications (e.g. Webservices)

  32. Business process execution today Process Definition Tools Other Workflow Administration and Engines Workflow Engine(s) Analysis Tools Invoked Workflow Client Applications Applications (e.g. Webservices)

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend